{"info":{"_postman_id":"74abaa5d-0fa0-434d-a21d-812d122ba62a","name":"Lunchbox 2.0 API","description":"<html><head></head><body><p>Welcome to the Lunchbox 2.0 API documentation. On this site you will find information for all of the endpoints that you will need to interact and integrate with the Lunchbox systems.</p>\n<p>The API uses standard HTTP status codes to indicate the success or failure of the API calls and all schemas are in JSON format.</p>\n<h1 id=\"apis-overview\">APIs Overview</h1>\n<p>Lunchbox 2.0 OPEN APIs are currently made up of 3 sets of APIs:</p>\n<ul>\n<li><p><a href=\"https://docs.lunchbox.io/#083e6836-e0d8-4872-a08a-018a097e5e16\">Core API</a>: Used for interfacing with our ordering functions and building frontend interfaces that interact with the variety of Lunchbox integrations: POS, Last Mile, Loyalty, Marketing, Gift Card and more.</p>\n</li>\n<li><p><a href=\"https://docs.lunchbox.io/#e414e49b-a9f2-48b3-a5fb-5837efb94f0b\">Management API</a>: (Coming Soon) Used for performing administrative functions for a restaurant chain, such as creating menus, fetching orders, updating locations and more.</p>\n</li>\n<li><p><a href=\"https://docs.lunchbox.io/#ed8addb1-0aa6-4134-8736-e524216baea4\">Loyalty API</a>: Used for interacting with Lunchbox Loyalty. So that you can adjust loyalty balances, redeem rewards and catalog user wallets.</p>\n</li>\n</ul>\n<h1 id=\"lunchbox-10-api\">Lunchbox 1.0 API</h1>\n<p>Looking for the LB 1.0 API documentation? <a href=\"https://documenter.getpostman.com/view/2660377/TWDXnbyJ\">You can find it here.</a><br><em>We'll be deprecating this by Sept 2023 as our restaurant partners move over to our LB 2.0 platform.</em></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"APIs Overview","slug":"apis-overview"},{"content":"Lunchbox 1.0 API","slug":"lunchbox-10-api"}],"owner":"2660377","collectionId":"74abaa5d-0fa0-434d-a21d-812d122ba62a","publishedId":"2s93CKNtnE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"06B8BB"},"publishDate":"2025-01-30T20:55:31.000Z"},"item":[{"name":"Core API","item":[{"name":"Customer","item":[{"name":"Auth","item":[{"name":"Log In a Customer","event":[{"listen":"test","script":{"id":"633f4f79-d84a-47de-b4f0-7ba12404eadf","exec":["var data = JSON.parse(responseBody);","","if (data && data.customer_id) {","    postman.setEnvironmentVariable(\"customer_id\", data.customer_id);","}"],"type":"text/javascript"}}],"id":"7c3fbdcf-5ff0-4bef-b55c-7a147c2d583a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"demo@lunchbox.io\",\n    \"password\": \"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username  <br /><em>string</em></td>\n<td>(required) email address of the user</td>\n</tr>\n<tr>\n<td>password  <br /><em>string</em></td>\n<td>(required) user's password</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e2630671-918a-419a-9dc6-8ad8bd517777","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"test2@lunchbox.io\",\n    \"password\": \"Password123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 03:46:06 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"132"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"__ac=YW5kcmV3QGx1bmNoYm94LmlvOiRuZDEkN0xYN0VTVFRHOHNULVhLeWVmVERlVjREeXhySVBRUUNEV0QwWDg2MFdJNUI%3D; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"NovaDine.session=1c6bc65d2062a0cbbdfe4a3f2b88c9be5f6e3b3769277d71a2574b168c867b07b3cd7308; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"ROUTE_ID=.app-07-prod-09; path=/; Max-Age=86400; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 1234,\n    \"auth_cookie\": \"YW5kcmV3QGx1bmNoYm94LmlvOiRuZDEkN0xYN0VTVFRHOHNULVhLeWVmVERlVjREeXhySVBRUUNEV0QwWDg2MFdJNUI=\"\n}"},{"id":"562dda19-4a30-4bea-bc7e-45ffe145cf05","name":"Success - Extra Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"test@lunchbox.io\",\n    \"password\": \"12345678\",\n    \"return_details\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Feb 2023 19:21:47 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"453"},{"key":"Content-Type","value":"application/json"},{"key":"Set-Cookie","value":"__ac=YW5kcmV3QGx1bmNoYm94LmlvOiRuZDEkdlhNOU84aHU0UGhnY1BGSGI4dWFzUmlLZ3hESWYwS3VpMktSeFNiV0RzM0c%3D; Path=/"},{"key":"Via","value":"1.1 wildcard.dev.novadine.com"},{"key":"X-Trace-ID","value":"Y-0Cy3qCxx4BXBELTW8LmgAAA1U"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"fax\": null,\n    \"last_name\": \"Smith\",\n    \"is_phone_verified\": false,\n    \"phone\": \"2125551111\",\n    \"occupation\": null,\n    \"first_name\": \"John\",\n    \"auth_cookie\": \"YW5kcmV3QGx1bmNoYm94LmlvOiRuZDEkdlhNOU84aHU0UGhnY1BGSGI4dWFzUmlLZ3hESWYwS3VpMktSeFNiV0RzM0c=\",\n    \"zipcode\": null,\n    \"birthdate\": null,\n    \"limit_participants\": null,\n    \"source\": null,\n    \"is_mgmt\": true,\n    \"company_name\": null,\n    \"is_guest\": false,\n    \"customer_id\": 12345,\n    \"is_verified\": true,\n    \"email\": \"test@lunchbox.io\"\n}"},{"id":"b2962dc7-f994-40de-bc5f-3fbe80a6e481","name":"Failure - Username or Password Incorrect","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"demo@lunchbox.io\",\n    \"password\": \"Password12\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 03:46:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"46"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"username or password is incorrect\"\n}"}],"_postman_id":"7c3fbdcf-5ff0-4bef-b55c-7a147c2d583a"},{"name":"Register a Customer","event":[{"listen":"test","script":{"id":"f4be8251-b062-49f7-abc8-88db67e834e9","exec":["var data = JSON.parse(responseBody);","","if (data && data.customer_id) {","    postman.setEnvironmentVariable(\"customer_id\", data.customer_id);","}"],"type":"text/javascript"}}],"id":"c3b646e6-846b-4274-b520-fff302a98edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test2@example.com\",\n    \"password\": \"12345678\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"phone\": \"2125551411\",\n    \"email_optin\": false,\n    \"auto_login\": true,\n    \"birthdate\": \"2007-05-03\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/registration","description":"<p>Note: If registering a new customer as a guest, please prompt the customer for their email address. We will need this to know where to send the order confirmation receipt. Lunchbox will not allow customers to register with the Lunchbox created guest username (<a href=\"mailto:guestXXX@lunchbox.io\">guestXXX@lunchbox.io</a>), that is created when logging in as a guest customer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email  <br /><em>string</em></td>\n<td>(required) Email address for user</td>\n</tr>\n<tr>\n<td>password  <br /><em>string</em></td>\n<td>(required) Password for user account</td>\n</tr>\n<tr>\n<td>first_name  <br /><em>string</em></td>\n<td>(required) First Name of the user</td>\n</tr>\n<tr>\n<td>last_name  <br /><em>string</em></td>\n<td>(required) Last Name of the user</td>\n</tr>\n<tr>\n<td>phone  <br /><em>string</em></td>\n<td>(required) Phone Number of user</td>\n</tr>\n<tr>\n<td>email_optin  <br /><em>boolean</em></td>\n<td>(required) User's opt-in status for marketing emails</td>\n</tr>\n<tr>\n<td>auto_login  <br /><em>boolean</em></td>\n<td>(required) Automatically login the user</td>\n</tr>\n<tr>\n<td>birthdate  <br /><em>string</em></td>\n<td>(optional) User's birthdate</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers","registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"86158cc7-cb49-49cc-9a1a-3b0b2f8ecabe","name":"Success - Minimum Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"12345678\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"phone\": \"2125551111\",\n    \"email_optin\": false,\n    \"auto_login\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/registration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 03:50:28 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"266"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"__ac=dGVzdEBleGFtcGxlLmNvbTokbmQxJDN6RFRKYmdBQnpOX3plZHJVZGlyWUZzY1ZWbXVNRG1nclE2NGE2dmVsUVRq; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"is_phone_verified\": false,\n    \"birthdate\": null,\n    \"phone\": \"2125551111\",\n    \"is_mgmt\": false,\n    \"company_name\": null,\n    \"is_guest\": false,\n    \"customer_id\": 194685,\n    \"is_verified\": true,\n    \"email\": \"test@example.com\",\n    \"occupation\": null\n}"},{"id":"ed5c5f44-cfaa-4e7c-b4af-73871454f7b6","name":"Success - Maximum Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"12345678\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"phone\": \"2125551111\",\n    \"email_optin\": false,\n    \"auto_login\": true,\n    \"birthdate\": \"2007-05-03\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/registration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 03:50:28 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"266"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"__ac=dGVzdEBleGFtcGxlLmNvbTokbmQxJDN6RFRKYmdBQnpOX3plZHJVZGlyWUZzY1ZWbXVNRG1nclE2NGE2dmVsUVRq; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"is_phone_verified\": false,\n    \"birthdate\": \"2007-05-03\",\n    \"phone\": \"2125551111\",\n    \"is_mgmt\": false,\n    \"company_name\": null,\n    \"is_guest\": false,\n    \"customer_id\": 194685,\n    \"is_verified\": true,\n    \"email\": \"test@example.com\",\n    \"occupation\": null\n}"}],"_postman_id":"c3b646e6-846b-4274-b520-fff302a98edb"},{"name":"Log Out a Customer","id":"23ce1c10-f873-47c3-88cd-7bd6c644ed18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/customers/logout","urlObject":{"path":["customers","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d8502692-b618-4f09-830c-6d2b82ef87bf","name":"Success","originalRequest":{"method":"POST","header":[],"url":"{{baseUrl}}/customers/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:04:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"20"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"__ac=deleted; Max-Age=0; Expires=Wed, 31-Dec-97 23:59:59 GMT; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"management_restid=deleted; Max-Age=0; Expires=Wed, 31-Dec-97 23:59:59 GMT; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"NovaDine.session=4160deb0b02a316b0b35d37ec3c00abb0b3b8a0ba99e11833a6c4da5a6026e160a19c7b4; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": \"Logged out\"\n}"}],"_postman_id":"23ce1c10-f873-47c3-88cd-7bd6c644ed18"},{"name":"Log In as a Guest","id":"5bd12b55-28f5-4795-9ad2-dae50acaa2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/guest","urlObject":{"path":["customers","guest"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"245060e9-4e4a-4c47-9991-85167b454291","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/guest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:05:45 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"35"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"__ac=Z3Vlc3QxOTM0MDVAbm92YWRpbmUuY29tOlcxcDFaM1Qx; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 194687,\n    \"ok\": true\n}"},{"id":"98dcc0dc-cb12-412e-b746-359b0bae10ae","name":"Success - Already Logged in as Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/guest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:05:17 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"33"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": 1057,\n    \"ok\": true\n}"}],"_postman_id":"5bd12b55-28f5-4795-9ad2-dae50acaa2ab"},{"name":"Log In with External Provider","id":"3c9148fc-413b-4af8-aa2d-fca4b5d57aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\": \"facebook\",\n    \"auth_info\": {\n        \"access_token\": \"123abc456def789\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login_by_foreign_auth","description":"<p>Use this to log in with a external auth provider (using an foreign SSO in order to log in / register with Lunchbox).</p>\n<p>Currently supported:</p>\n<ul>\n<li><code>facebook</code></li>\n<li><code>google</code></li>\n<li><code>paytronix</code></li>\n<li><code>punchh</code></li>\n</ul>\n<p>The format for an external auth provider is pretty consistent, with some slight deviations. Please see the Example documentation for examples of how to authenticate with each authentication provider.</p>\n<p>The two pieces of information needed for an external auth are:</p>\n<ol>\n<li><code>provider</code>: The identifier for the auth provider. See the examples for all provider values.</li>\n<li><code>auth_info</code>: The information that the external auth requires in order to authetnicate the user.</li>\n</ol>\n<p>All the external auth require an <code>access_token</code> which is generated by the external auth through their hosted SSO workflow. Typically this is a native or JavaScript SDK, but some providers have a variety options, including their own hosted SSO web pages which redirect back to the app/web.</p>\n<p>Here is a link to the documentation for each currently support external auth:</p>\n<ul>\n<li><a href=\"https://developers.facebook.com/docs/facebook-login/\">Facebook SSO</a><ul>\n<li><a href=\"https://developers.facebook.com/docs/facebook-login/web\">Web</a></li>\n<li><a href=\"https://developers.facebook.com/docs/facebook-login/android\">Android</a></li>\n<li><a href=\"https://developers.facebook.com/docs/facebook-login/ios\">iOS</a></li>\n</ul>\n</li>\n<li><a href=\"https://developers.google.com/identity/authentication\">Google SSO</a><ul>\n<li><a href=\"https://developers.google.com/identity/gsi/web/guides/overview\">Web</a></li>\n<li><a href=\"https://developers.google.com/identity/one-tap/android/overview\">Android</a></li>\n<li><a href=\"https://developers.google.com/identity/sign-in/ios/start\">iOS</a></li>\n</ul>\n</li>\n<li><a href=\"https://developers.paytronix.com/single_sign_on/index.html\">Paytronix SSO</a></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>provider  <br /><em>string</em></td>\n<td>(required) Identifier for the external Login Provider</td>\n</tr>\n<tr>\n<td>auth_info</td>\n<td>(required) Information needed by external Login Provider to authenticate the user</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"provider\": \"facebook\",\n    \"auth_info\": {\n        \"access_token\": \"123abc456def789\"\n    }\n}\n\n</code></pre>\n<p>Some important notes about our External Auth:</p>\n<ul>\n<li>In order to get External Auth enabled for a restaurant chain, you'll need to first enable the integration via the Lunchbox Dashboard.<ul>\n<li><em>Links to tutorials coming soon</em></li>\n</ul>\n</li>\n<li>This flow is used for both <strong>Login</strong> and <strong>Registration</strong>.<ul>\n<li>If a customer is found matching the provided token, we will log them in.</li>\n<li>If a customer is not found matching the provided token, we will register them.</li>\n</ul>\n</li>\n<li>If a guest signs up for an account with one format (ie. Email) and then logs in via another format (ie. Google), and the emails for both associated login formats match, we will link that new auth format to the original account of the same email.<ul>\n<li>Example: You sign up with Facebook SSO, with the email <code>john@example.com</code> and then sign up with Google SSO that has the same email <code>john@example.com</code>, that Google sign up will get linked to the previous Facebook sign up, and you'll be logged into the original account.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["customers","login_by_foreign_auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5e86826c-21fd-41c5-a3a7-17a2221ec620","name":"Success - Facebook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\": \"facebook\",\n    \"auth_info\": {\n        \"access_token\": \"123abc456def789\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login_by_foreign_auth"},"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    \"customer_id\": 1234,\n    \"ok\": true\n}"},{"id":"95fcc3d6-185f-48ae-b081-0ad908e22f87","name":"Success - Google","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\": \"google\",\n    \"auth_info\": {\n        \"access_token\": \"aWwiOiJtaWtoYWlsQGx1bmNoYm94LmlvIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsIm5hbWUiOiJNaWtoYWlsIEZvZW5rbyIsInBpY3R1cmUiOiJodHRwczovL2xoMy5nb29nbGV1c2VyY29udGVudC5jb20vYS9BR05teXhZcTQzRDdaRnA1Rm1qQTRFa1ZRMlBIYURTSnlXWTVnZkttZHFaWT1zOTYtYyIsImdpdmVuX25hbWUiOiJNaWtoYWlsIiwiZmFtaWx5X25hbWUiOiJGb2Vua28iLCJsb2NhbGUiOiJlbiIsImlhdCI6MTY4MzA4MzI3OCwiZXhwIjoxNjgzMDg2ODc4fQ.KXLoyFkS35TF_3sBieySs0s63eqQ6hy1nAhlXni6Ahf6a6g5rCU-HFMukki8VWBYlJa6c72RC1d73fPIB6yMNLw7UG8q5Uxrzb4Mn4C3iablN7DBzSyyX1t_EydDP5hEpBqB6PZnfl-rD0JHlBVAd7MU3HV0wRq\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login_by_foreign_auth"},"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    \"customer_id\": 1234,\n    \"ok\": true\n}"},{"id":"7a1c8628-efab-4e78-8a5d-d6bdd31b8435","name":"Success - Paytronix","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\": \"paytronix\",\n    \"auth_info\": {\n        \"access_token\": \"123abc456def789\",\n        \"refresh_token\": \"1683084642\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login_by_foreign_auth"},"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    \"customer_id\": 1234,\n    \"ok\": true\n}"},{"id":"e340a60d-5882-4496-b62e-4eaa3c8ca585","name":"Success - Punchh","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\": \"punchh\",\n    \"auth_info\": {\n        \"access_token\": \"123abc456def789\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login_by_foreign_auth"},"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    \"customer_id\": 1234,\n    \"ok\": true\n}"},{"id":"39aa2023-3219-48fd-8468-bc460301065f","name":"Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\": \"facebook\",\n    \"auth_info\": {\n        \"access_token\": \"123abc456def789\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/login_by_foreign_auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:06:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"32"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"foreign auth failed\"\n}"}],"_postman_id":"3c9148fc-413b-4af8-aa2d-fca4b5d57aa4"}],"id":"5a56f298-4e6a-447e-9924-0e412f22f2a8","description":"<p>Supports the workflow for when a guest wants to create an account, log in, log out and authenticate to check out as a guest.</p>\n","_postman_id":"5a56f298-4e6a-447e-9924-0e412f22f2a8"},{"name":"Forgot Password","item":[{"name":"Send Forgot Password Email","id":"83d4fc48-bcad-4430-aa93-f75ebd482675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"demo@lunchbox.io\",\n    \"reset\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/password","urlObject":{"path":["customers","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f9ed9766-040a-4d2f-a31b-84fa3cb71c3c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"reset\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:07:13 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"66"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password Reset. Please Check your Email\",\n    \"ok\": true\n}"},{"id":"06e4a58f-86cf-4e22-bf00-3d61a514eafe","name":"Failure - User Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"5134@lunchbox.io\",\n    \"reset\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:07:27 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"31"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Username Not Found\"\n}"}],"_postman_id":"83d4fc48-bcad-4430-aa93-f75ebd482675"},{"name":"Reset Customer's Password","id":"0946bb07-3a7f-4cd4-8185-d8452cf9d6c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"new_password\": \"Password1!\",\n    \"token\": \"oQg1245htPdUAAAQhNjk4Mjgy\",\n    \"reset\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/password","description":"<p>We suggest following this flow when resetting a customers password when using your own reset password interface.</p>\n<p>1. Let Lunchbox know the user would like to reset their password with an email address.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"test@example.com\",\n    \"reset\": true\n}\n\n\n</code></pre>\n<p>2. Lunchbox will return a 200 successful response.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Password Reset. Check Your Email\",\n    \"ok\": true\n}\n\n</code></pre>\n<p>3. Lunchbox will also send an email to the email address entered in the request. This email will have a message explaining that resetting the password was requested. This email will also have a URL that is dynamically created for the user to click and be redirected. (For configuring this URL please reach out to your Lunchbox contact).</p>\n<p>4. The URL that is passed will have a “&amp;t=XXXXXXX” appended to it. You will need to use this token in future calls to reset the password.</p>\n<p>5. User will navigate to the URL provided. Integrator will need to use this token in the Reset Password.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"new_password\": \"newpassword123\",\n    \"token\": “XXXXXX”,\n    \"reset\": false\n}\n\n</code></pre>\n<p>6. This will both reset the password and log the user in automatically.</p>\n","urlObject":{"path":["customers","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6a68818b-5fbf-4841-bccb-0ccf95f87c44","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"new_password\": \"Password123\",\n    \"token\": \"fkdofLqKhtPdsAAAQhNjk4Mjgy\",\n    \"reset\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:24:03 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"39"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"__ac=YW5kcmV3QGx1bmNoYm94LmlvOiRuZDEkNGRtWHdZaWthQTI3LXlGVDRjbXhCOUd2WkJkYmp5eGVVcGRYOVVqQThNWHc%3D; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password Set\",\n    \"ok\": true\n}"},{"id":"54c5a184-b742-4541-bfd4-d736e98a86f6","name":"Failure - Invalid Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"new_password\": \"Password!\",\n    \"token\": \"OveBn9o_3_\",\n    \"reset\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/password"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:27:02 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"65"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden: Security token is invalid or has expired.\"\n}"}],"_postman_id":"0946bb07-3a7f-4cd4-8185-d8452cf9d6c3"}],"id":"39ec1ee0-8187-4a10-b7ce-74a6144ae453","description":"<p>Supports the workflow for when a guest needs to reset their password.</p>\n","_postman_id":"39ec1ee0-8187-4a10-b7ce-74a6144ae453"},{"name":"Phone Verifiy","item":[{"name":"Send Phone Verification","id":"ee906297-d20f-4133-9745-65540698d1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"3476420638\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-phone","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"e80778a3-f767-49b3-b97a-d54acbed3576","id":"e80778a3-f767-49b3-b97a-d54acbed3576","name":"Phone Verifiy","type":"folder"}},"urlObject":{"path":["customers","send-verify-phone"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"09188414-bfcb-428b-9f3b-3679e94320af","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"2125551111\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-phone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:28:17 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"4c75f61f-20ea-42e2-b8a4-895e83ca7edc","name":"Failure - Can't Send Without Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"215551111\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-phone"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:40:39 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"82"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden: Login succeeded, but, no customer entry for anonymous user\"\n}"}],"_postman_id":"ee906297-d20f-4133-9745-65540698d1a0"},{"name":"Verify Customer's Phone","id":"4c98bab2-e19c-4f44-a200-e323c22d8a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"2125551111\",\n    \"security_code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/verify-phone","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"e80778a3-f767-49b3-b97a-d54acbed3576","id":"e80778a3-f767-49b3-b97a-d54acbed3576","name":"Phone Verifiy","type":"folder"}},"urlObject":{"path":["customers","verify-phone"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"342dd200-b1d7-47f1-a378-757749fab4e1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"2125551111\",\n    \"security_code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/verify-phone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:48:00 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"70a3116b-fef1-4aed-8564-51504bf4ef49","name":"Failure - Incorrect Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"2125551111\",\n    \"security_code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/verify-phone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:46:53 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": false\n}"}],"_postman_id":"4c98bab2-e19c-4f44-a200-e323c22d8a1b"}],"id":"e80778a3-f767-49b3-b97a-d54acbed3576","description":"<p>When a guest needs to verify their phone number for their account (typically for fraud prevention and 2FA purposes).</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"abff664b-cfd1-4fbc-a03e-2c6c8a23b5f1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8820afdd-c387-4f76-88c1-110e433ae1f2","type":"text/javascript","exec":[""]}}],"_postman_id":"e80778a3-f767-49b3-b97a-d54acbed3576"},{"name":"Email Verify","item":[{"name":"Send Email Verification","id":"9247f210-6cea-4945-a7d3-bede9d324780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"demo@lunchbox.io\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-code","urlObject":{"path":["customers","send-verify-code"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4253246d-2ccc-4941-aa2d-d73a6b6c7ae7","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-code"},"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    \"ok\": true\n}"},{"id":"5d1d83ce-4d32-4da1-a15c-37a7176f5021","name":"Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-code"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": false\n}"},{"id":"362f6c79-93e4-47d1-8d91-1c8802481d5e","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/send-verify-code"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"A message about the error.\"\n}"}],"_postman_id":"9247f210-6cea-4945-a7d3-bede9d324780"},{"name":"Verify Customer's Email","id":"0dbfc492-6508-4e53-a371-8bcab92ef677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"demo@lunchbox.io\",\n    \"security_code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/verify","urlObject":{"path":["customers","verify"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"12a47a5c-d09c-47d9-a5aa-710ec00275d8","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"demo@lunchbox.io\",\n    \"security_code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:50:02 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"0fa73af2-a324-499a-86cd-1839d751bc5b","name":"Failure - Incorrect Pin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"demo@lunchbox.io\",\n    \"security_code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:49:35 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": false\n}"}],"_postman_id":"0dbfc492-6508-4e53-a371-8bcab92ef677"}],"id":"e91e06cf-ea71-4f8d-a96b-a1639b054bbe","description":"<p>When a guest needs to verify their phone number for their account (typically for fraud prevention and 2FA purposes).</p>\n","_postman_id":"e91e06cf-ea71-4f8d-a96b-a1639b054bbe"},{"name":"Profile","item":[{"name":"Get Profile for Authenticated Customer","id":"7abcf39e-faf5-482b-bf81-6dd742779400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/me","urlObject":{"path":["customers","me"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5a532033-8d9e-48c5-ad80-fdc654518859","name":"Success - Customer","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:52:34 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"428"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"Boston\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"delivery_restid\": 20,\n    \"address1\": \"788 Gallivan Blvd\",\n    \"address2\": null,\n    \"optin\": true,\n    \"is_phone_verified\": true,\n    \"longitude\": -71.0436246,\n    \"phone\": \"2125551111\",\n    \"state\": \"MA\",\n    \"is_mgmt\": true,\n    \"postal_code\": \"02122\",\n    \"birthdate\": \"2000-04-20\",\n    \"latitude\": 42.2854559,\n    \"is_guest\": false,\n    \"customer_id\": 1234,\n    \"is_verified\": true,\n    \"email\": \"demo@lunchbox.io\"\n}"},{"id":"bd2da329-6fa5-46ca-94f5-217763e25243","name":"Success - Guest","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:10:45 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"389"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": null,\n    \"first_name\": \"Guest\",\n    \"last_name\": \"193405\",\n    \"delivery_restid\": null,\n    \"address1\": null,\n    \"address2\": null,\n    \"optin\": false,\n    \"is_phone_verified\": false,\n    \"longitude\": null,\n    \"phone\": null,\n    \"state\": null,\n    \"is_mgmt\": false,\n    \"postal_code\": null,\n    \"birthdate\": null,\n    \"latitude\": null,\n    \"is_guest\": true,\n    \"customer_id\": 194687,\n    \"is_verified\": true,\n    \"email\": \"guest193405@novadine.com\"\n}"},{"id":"f70778ac-8336-40a3-a2ee-af00477635ea","name":"Failure - Logged Out","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:51:09 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_guest\": false,\n    \"is_verified\": true\n}"}],"_postman_id":"7abcf39e-faf5-482b-bf81-6dd742779400"},{"name":"Get Profile for a Customer","id":"b6c01377-0951-43f9-94b1-9b6b8b27f620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}","urlObject":{"path":["customers","{{customer_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"293a8c76-bf91-4573-b2c0-4b0459dc04ce","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 03:58:37 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"272"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"is_phone_verified\": true,\n    \"birthdate\": \"2000-04-20\",\n    \"phone\": \"2125551111\",\n    \"is_mgmt\": false,\n    \"company_name\": \"\",\n    \"is_guest\": false,\n    \"customer_id\": 1234,\n    \"is_verified\": true,\n    \"email\": \"demo@lunchbox.io\",\n    \"occupation\": null\n}"},{"id":"8a460f1c-c95a-4833-852e-fa3598001a4e","name":"Failure - Customer Not Found","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:57:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"72"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Exception: NameError: global name 'NotFound' is not defined\"\n}"}],"_postman_id":"b6c01377-0951-43f9-94b1-9b6b8b27f620"},{"name":"Update a Customer","id":"78621254-821e-463e-b7ae-6c502559be01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{customer_auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Demo\",\n    \"last_name\": \"User\",\n    \"birthdate\": \"2000-04-20\",\n    \"phone\": \"2125551111\",\n    \"email\": \"demo@lunchbox.io\",\n    \"email_optin\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}","urlObject":{"path":["customers","{{customer_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"567292e5-9bae-48c2-b563-cf18185b3643","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{customer_auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"demo@lunchbox.io\",\n    \"first_name\": \"Test\",\n    \"last_name\": \"User\",\n    \"phone\": \"2125551020\",\n    \"email_optin\": true,\n    \"birthdate\": \"2020-04-20\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 04:59:37 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"343"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"first_name\": \"Test\",\n    \"last_name\": \"User\",\n    \"is_phone_verified\": true,\n    \"source\": null,\n    \"fax\": null,\n    \"birthdate\": \"1995-06-27\",\n    \"zipcode\": null,\n    \"limit_participants\": null,\n    \"phone\": \"3476420638\",\n    \"is_mgmt\": true,\n    \"company_name\": \"\",\n    \"is_guest\": false,\n    \"customer_id\": 1057,\n    \"is_verified\": true,\n    \"email\": \"andrew@lunchbox.io\",\n    \"occupation\": null\n}"},{"id":"4ef471a0-a636-42c4-b63d-c5a32741f901","name":"Failure - Required Field Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{customer_auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Demo\",\n    \"last_name\": \"User\",\n    \"birthdate\": \"2000-04-20\",\n    \"phone\": \"2125551111\",\n    \"email_optin\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:04:36 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"58"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Error validating \\\"email\\\": value is required\"\n}"}],"_postman_id":"78621254-821e-463e-b7ae-6c502559be01"},{"name":"Get Preferences for Customer","id":"8eceacee-8e73-4770-9381-ea5c72e9062e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/preferences","description":"<p>Use this endpoint to get a list of all customer's preferences and potential preferences.</p>\n","urlObject":{"path":["customers","{{customer_id}}","preferences"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf7ead27-e70a-408a-9794-87bd7edc6643","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:06:57 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"1009"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"allergens\": [\n        {\n            \"icon_url\": null,\n            \"id\": 1,\n            \"name\": \"Milk\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 2,\n            \"name\": \"Eggs\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 3,\n            \"name\": \"Fish\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 4,\n            \"name\": \"Shellfish\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 5,\n            \"name\": \"Tree Nuts\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 6,\n            \"name\": \"Peanuts\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 7,\n            \"name\": \"Soybeans\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 8,\n            \"name\": \"Wheat\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 9,\n            \"name\": \"Unrefined Oil\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 10,\n            \"name\": \"Grains\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 11,\n            \"name\": \"Seeds\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 12,\n            \"name\": \"Sulfites\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 13,\n            \"name\": \"MSG\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 14,\n            \"name\": \"HVP\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 15,\n            \"name\": \"Colorings\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 16,\n            \"name\": \"Crustaceans\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 17,\n            \"name\": \"Mollusks\"\n        }\n    ],\n    \"item_classes\": [\n        {\n            \"icon_url\": null,\n            \"id\": -100,\n            \"name\": \"Alcohol\"\n        }\n    ],\n    \"prefs\": {\n        \"extra\": null,\n        \"exc_allergens\": [\n            1\n        ],\n        \"exc_item_classes\": [],\n        \"inc_item_classes\": [\n            -100\n        ]\n    }\n}"}],"_postman_id":"8eceacee-8e73-4770-9381-ea5c72e9062e"},{"name":"Update Preferences for Customer","id":"dc4fdea8-11fd-42b7-90b7-9610f04b27f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"exc_allergens\": [1],\n    \"exc_item_classes\": [-100],\n    \"inc_item_classes\": [-100],\n    \"extra\": {\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/preferences","description":"<p>Use this endpoint to update customer preferences.</p>\n","urlObject":{"path":["customers","{{customer_id}}","preferences"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f748e765-759e-4831-8fad-433a7d929780","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"exc_allergens\": [1],\n    \"exc_item_classes\": [],\n    \"inc_item_classes\": [-100],\n    \"extra\": {\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:06:17 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"138"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"exc_allergens\": [\n        1\n    ],\n    \"exc_item_classes\": [],\n    \"extra\": null,\n    \"inc_item_classes\": [\n        -100\n    ],\n    \"customer_prefs_id\": 1,\n    \"customer_id\": 1234\n}"}],"_postman_id":"dc4fdea8-11fd-42b7-90b7-9610f04b27f3"},{"name":"Delete a Customer","id":"901db06f-95ed-4122-99ff-9ccb0ae3f707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}","description":"<p>Must be logged in as user or as management.</p>\n","urlObject":{"path":["customers","{{customer_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5de7aaee-12ae-4a3e-b652-83203f685a9f","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:09:40 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"f9c31562-0238-4a5f-b506-c8e62d718b2c","name":"Failure - Can't Delete Another Customer","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:08:41 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"86"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden: Customer Id does not match user and user is not a staff member\"\n}"}],"_postman_id":"901db06f-95ed-4122-99ff-9ccb0ae3f707"}],"id":"d1a17955-3ced-4fad-ba0a-fba6887c506c","description":"<p>When a guest wants to view and update their account defaults / preferences, or delete their account.</p>\n","_postman_id":"d1a17955-3ced-4fad-ba0a-fba6887c506c"},{"name":"Address","item":[{"name":"Add/Update Address for Customer","id":"122c9f33-5e17-4eb4-8092-b04e1c05f409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"street_number\": \"1216\",\n    \"address1\": \"1216 Broadway\",\n    \"address2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state_code\": \"NY\",\n    \"postal_code\": \"10001\",\n    \"phone\": \"2125551111\",\n    \"return_details\": \"Leave at door.\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/addresses","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"e2507297-53ca-4982-af87-342f0df0e80a","id":"e2507297-53ca-4982-af87-342f0df0e80a","name":"Address","type":"folder"}},"urlObject":{"path":["customers","{{customer_id}}","addresses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"94fd6ebb-85ef-4cba-a691-1ca2c2452361","name":"Success - Add New","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"street_number\": \"1216\",\n    \"address1\": \"1216 Broadway\",\n    \"address2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state_code\": \"NY\",\n    \"postal_code\": \"10001\",\n    \"phone\": \"2125551111\",\n    \"return_details\": \"Leave at door.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.novadine.com/api/v2/customers/1234/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:11:43 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"509"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"address_id\": 18757,\n    \"postal_code\": \"10001\",\n    \"contact_first_name\": \"Test\",\n    \"city\": \"New York\",\n    \"latitude\": 40.7465651,\n    \"address_type\": 1,\n    \"contact_phone\": \"2125551111\",\n    \"company\": null,\n    \"description\": null,\n    \"address1\": \"1216 1216 Broadway\",\n    \"address2\": \"2nd Floor\",\n    \"address3\": null,\n    \"is_default\": true,\n    \"phone\": \"2125551111\",\n    \"contact_email\": \"demo@lunchbox.io\",\n    \"external_ids\": null,\n    \"state_code\": \"NY\",\n    \"contact_last_name\": \"User\",\n    \"country\": \"US\",\n    \"longitude\": -73.9883151,\n    \"delivery_restaurant_id\": 3\n}"},{"id":"bda83b12-3495-4cfb-96ba-5cf767148619","name":"Success - Set Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address_id\": 18757,\n    \"is_default\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:11:43 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"509"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"address_id\": 18757,\n    \"postal_code\": \"10001\",\n    \"contact_first_name\": \"Test\",\n    \"city\": \"New York\",\n    \"latitude\": 40.7465651,\n    \"address_type\": 1,\n    \"contact_phone\": \"2125551111\",\n    \"company\": null,\n    \"description\": null,\n    \"address1\": \"1216 1216 Broadway\",\n    \"address2\": \"2nd Floor\",\n    \"address3\": null,\n    \"is_default\": true,\n    \"phone\": \"2125551111\",\n    \"contact_email\": \"demo@lunchbox.io\",\n    \"external_ids\": null,\n    \"state_code\": \"NY\",\n    \"contact_last_name\": \"User\",\n    \"country\": \"US\",\n    \"longitude\": -73.9883151,\n    \"delivery_restaurant_id\": 3\n}"},{"id":"ab395925-35b5-4417-bcf2-292e79c51b4c","name":"Success - Update Address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address_id\": {{address_id}},\n    \"address2\": \"3rd Floor\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:14:12 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": \"customer address successfully updated\"\n}"},{"id":"432a4603-9e68-41ba-b1ae-e391a1cabf1f","name":"Success - Remove Address2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address_id\": {{address_id}},\n    \"address2\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:14:33 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": \"customer address successfully updated\"\n}"},{"id":"6da10930-4f0d-414b-80ac-a84c2fe07b8e","name":"Failure - Missing Required Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"street_number\": \"1216\",\n    \"address1\": null,\n    \"address2\": \"2nd Floor\",\n    \"city\": \"New York\",\n    \"state_code\": \"NY\",\n    \"postal_code\": \"10001\",\n    \"phone\": \"2125551111\",\n    \"return_details\": \"Leave at door.\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/addresses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:12:52 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"61"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Error validating \\\"address1\\\": value is required\"\n}"}],"_postman_id":"122c9f33-5e17-4eb4-8092-b04e1c05f409"},{"name":"Get Address(es) for Customer","id":"7359a27f-9bdc-4811-8ee2-0880ad8cf618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/addresses","description":"<p>Use this endpoint to get a list of address the customer has listed on their profile. You can also request an individiual address by by passing the address_id in the query parameters like the following example.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>customers/{customer_id}/addresses/?address_id=123\n</code></pre>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"e2507297-53ca-4982-af87-342f0df0e80a","id":"e2507297-53ca-4982-af87-342f0df0e80a","name":"Address","type":"folder"}},"urlObject":{"path":["customers","{{customer_id}}","addresses"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"address_id","value":"{{address_id}}"}],"variable":[]}},"response":[{"id":"ea948a86-488e-48c8-b6b7-ba55c97faaec","name":"Success - Address List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/addresses","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","addresses"],"query":[{"key":"address_id","value":"{{address_id}}","disabled":true},{"key":"skipn","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:16:49 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"592"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"address_id\": 18757,\n        \"postal_code\": \"10001\",\n        \"contact_first_name\": \"Test\",\n        \"city\": \"New York\",\n        \"latitude\": 40.7465651,\n        \"address_type\": 1,\n        \"contact_phone\": \"3476420638\",\n        \"company\": null,\n        \"description\": null,\n        \"address1\": \"1216 1216 Broadway\",\n        \"address2\": \"3rd Floor\",\n        \"address3\": null,\n        \"is_default\": false,\n        \"phone\": \"2125551111\",\n        \"contact_email\": \"andrew@lunchbox.io\",\n        \"external_ids\": null,\n        \"state_code\": \"NY\",\n        \"contact_last_name\": \"User\",\n        \"country\": \"US\",\n        \"longitude\": -73.9883151,\n        \"delivery_restaurant_id\": 3\n    },\n    {\n        \"address_id\": 16974,\n        \"postal_code\": \"02122\",\n        \"contact_first_name\": \"Test\",\n        \"city\": \"Boston\",\n        \"latitude\": 42.2854559,\n        \"address_type\": 1,\n        \"contact_phone\": \"3476420638\",\n        \"company\": null,\n        \"description\": null,\n        \"address1\": \"788 Gallivan Blvd\",\n        \"address2\": null,\n        \"address3\": null,\n        \"is_default\": true,\n        \"phone\": null,\n        \"contact_email\": \"andrew@lunchbox.io\",\n        \"external_ids\": null,\n        \"state_code\": \"MA\",\n        \"contact_last_name\": \"User\",\n        \"country\": \"US\",\n        \"longitude\": -71.0436246,\n        \"delivery_restaurant_id\": 20\n    }\n]"},{"id":"7ec37c4f-940e-4c91-92a8-76acd7042d82","name":"Success - Single Address","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/addresses?address_id={{address_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","addresses"],"query":[{"key":"address_id","value":"{{address_id}}"},{"key":"skipn","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:17:29 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"512"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"address_id\": 18757,\n        \"postal_code\": \"10001\",\n        \"contact_first_name\": \"Test\",\n        \"city\": \"New York\",\n        \"latitude\": 40.7465651,\n        \"address_type\": 1,\n        \"contact_phone\": \"3476420638\",\n        \"company\": null,\n        \"description\": null,\n        \"address1\": \"1216 1216 Broadway\",\n        \"address2\": \"3rd Floor\",\n        \"address3\": null,\n        \"is_default\": false,\n        \"phone\": \"2125551111\",\n        \"contact_email\": \"andrew@lunchbox.io\",\n        \"external_ids\": null,\n        \"state_code\": \"NY\",\n        \"contact_last_name\": \"User\",\n        \"country\": \"US\",\n        \"longitude\": -73.9883151,\n        \"delivery_restaurant_id\": 3\n    }\n]"},{"id":"60c52336-4036-4ad8-94c0-a2366796143f","name":"Failure - Address Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/addresses?address_id={{address_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","addresses"],"query":[{"key":"address_id","value":"{{address_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:18:33 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"2"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"7359a27f-9bdc-4811-8ee2-0880ad8cf618"},{"name":"Delete Address for Customer","id":"eb65e986-6e64-454a-8996-a8394df25631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/addresses/?address_id={{address_id}}","description":"<p>Use this endpoint to get a list of address the customer has listed on their profile. You can also request an individiual address by by passing the <code>address_id</code> in the query parameters like the following example.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>customers/{customer_id}/addresses/?address_id=123\n\n</code></pre>","urlObject":{"path":["customers","{{customer_id}}","addresses",""],"host":["{{baseUrl}}"],"query":[{"key":"address_id","value":"{{address_id}}"}],"variable":[]}},"response":[{"id":"5d535359-4432-481d-859d-7d20737f8ba1","name":"Success/Failure","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{customer_auth_token}}","type":"text"}],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/addresses/?address_id={{address_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","addresses",""],"query":[{"key":"address_id","value":"{{address_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:19:52 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"}],"_postman_id":"eb65e986-6e64-454a-8996-a8394df25631"}],"id":"e2507297-53ca-4982-af87-342f0df0e80a","description":"<p>For when a guest wants to manage their addresses on file.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0414e474-5308-410e-bcd7-869edb29f7d2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"427672f9-8f4c-4314-ad51-959daf75632f","type":"text/javascript","exec":[""]}}],"_postman_id":"e2507297-53ca-4982-af87-342f0df0e80a"},{"name":"Saved Cards","item":[{"name":"Get Saved Cards for Customer","id":"1d83ca03-b3c8-4324-aa70-e8037e1277d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards","description":"<p>A customer has the ability to save a payment card for future use. Use this endpoint to get a list of cards that have been saved to the user's profile.</p>\n","urlObject":{"path":["customers","{{customer_id}}","saved-cards"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e2c6f9e5-9548-41ad-9291-c85c2798d658","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:20:37 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"478"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"last_name\": \"Smith\",\n        \"expiration_month\": \"12\",\n        \"postal_code\": \"10001\",\n        \"city\": \"New York\",\n        \"first_name\": \"John\",\n        \"display_name\": null,\n        \"address1\": null,\n        \"address2\": null,\n        \"badge_url\": \"https://pgtest.novadine.com/mp/stdimages/badge_paytype_visa\",\n        \"cc_type_id\": 1,\n        \"company\": null,\n        \"cc_type\": \"Visa\",\n        \"is_default\": true,\n        \"last_four\": \"1111\",\n        \"state_code\": \"NY\",\n        \"name\": \"John Smith\",\n        \"expiration_year\": \"12\",\n        \"country\": \"US\",\n        \"cc_account_id\": 123,\n        \"is_credit_card\": true\n    }\n]"},{"id":"0f22c2db-4d84-4d08-9ed5-851620f34ba6","name":"Get Saved Cards for Customer","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 May 2024 18:47:59 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"531"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZkJgX8zXuUkG2QFaMDvNrgAAAdY"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"last_name\": \"test\",\n        \"expiration_month\": \"XX\",\n        \"postal_code\": null,\n        \"city\": null,\n        \"first_name\": \"test\",\n        \"display_name\": null,\n        \"is_gift_card\": true,\n        \"address1\": null,\n        \"address2\": null,\n        \"badge_url\": null,\n        \"cc_type_id\": 97,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"ECard Gift Card\",\n        \"last_four\": \"1652\",\n        \"state_code\": null,\n        \"name\": \"test test\",\n        \"expiration_year\": \"XX\",\n        \"country\": null,\n        \"in_store_priority\": null,\n        \"cc_account_id\": 1120,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"test\",\n        \"expiration_month\": \"XX\",\n        \"postal_code\": null,\n        \"city\": null,\n        \"first_name\": \"test\",\n        \"display_name\": null,\n        \"is_gift_card\": true,\n        \"address1\": null,\n        \"address2\": null,\n        \"badge_url\": null,\n        \"cc_type_id\": 97,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"ECard Gift Card\",\n        \"last_four\": \"7811\",\n        \"state_code\": null,\n        \"name\": \"test test\",\n        \"expiration_year\": \"XX\",\n        \"country\": null,\n        \"in_store_priority\": 4,\n        \"cc_account_id\": 1119,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"test\",\n        \"expiration_month\": \"XX\",\n        \"postal_code\": null,\n        \"city\": null,\n        \"first_name\": \"test\",\n        \"display_name\": null,\n        \"is_gift_card\": true,\n        \"address1\": null,\n        \"address2\": null,\n        \"badge_url\": null,\n        \"cc_type_id\": 97,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"ECard Gift Card\",\n        \"last_four\": \"6069\",\n        \"state_code\": null,\n        \"name\": \"test test\",\n        \"expiration_year\": \"XX\",\n        \"country\": null,\n        \"in_store_priority\": 3,\n        \"cc_account_id\": 1118,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"test\",\n        \"expiration_month\": \"XX\",\n        \"postal_code\": null,\n        \"city\": null,\n        \"first_name\": \"test\",\n        \"display_name\": null,\n        \"is_gift_card\": true,\n        \"address1\": null,\n        \"address2\": null,\n        \"badge_url\": null,\n        \"cc_type_id\": 97,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"ECard Gift Card\",\n        \"last_four\": \"8138\",\n        \"state_code\": null,\n        \"name\": \"test test\",\n        \"expiration_year\": \"XX\",\n        \"country\": null,\n        \"in_store_priority\": null,\n        \"cc_account_id\": 1117,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"test\",\n        \"expiration_month\": \"XX\",\n        \"postal_code\": null,\n        \"city\": null,\n        \"first_name\": \"test\",\n        \"display_name\": null,\n        \"is_gift_card\": true,\n        \"address1\": null,\n        \"address2\": null,\n        \"badge_url\": null,\n        \"cc_type_id\": 97,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"ECard Gift Card\",\n        \"last_four\": \"3159\",\n        \"state_code\": null,\n        \"name\": \"test test\",\n        \"expiration_year\": \"XX\",\n        \"country\": null,\n        \"in_store_priority\": null,\n        \"cc_account_id\": 1110,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"Cinar\",\n        \"expiration_month\": \"08\",\n        \"postal_code\": \"19462\",\n        \"city\": \"Plymouth Meeting\",\n        \"first_name\": \"Tarik\",\n        \"display_name\": null,\n        \"is_gift_card\": false,\n        \"address1\": \"401 Park Drive\",\n        \"address2\": \"address2\",\n        \"badge_url\": \"https://papaginos-dev-tc.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"cc_type_id\": 2,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"Mastercard\",\n        \"last_four\": \"1113\",\n        \"state_code\": \"PA\",\n        \"name\": \"Tarik Cinar\",\n        \"expiration_year\": \"26\",\n        \"country\": \"US\",\n        \"in_store_priority\": 10,\n        \"cc_account_id\": 837,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"Cinar\",\n        \"expiration_month\": \"08\",\n        \"postal_code\": \"19462\",\n        \"city\": \"Plymouth Meeting\",\n        \"first_name\": \"Tarik\",\n        \"display_name\": null,\n        \"is_gift_card\": false,\n        \"address1\": \"401 Park Drive\",\n        \"address2\": \"address2\",\n        \"badge_url\": \"https://papaginos-dev-tc.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"cc_type_id\": 2,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"Mastercard\",\n        \"last_four\": \"1113\",\n        \"state_code\": \"PA\",\n        \"name\": \"Tarik Cinar\",\n        \"expiration_year\": \"26\",\n        \"country\": \"US\",\n        \"in_store_priority\": 15,\n        \"cc_account_id\": 836,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"Cinar\",\n        \"expiration_month\": \"08\",\n        \"postal_code\": \"19462\",\n        \"city\": \"Plymouth Meeting\",\n        \"first_name\": \"Tarik\",\n        \"display_name\": null,\n        \"is_gift_card\": false,\n        \"address1\": \"401 Park Drive\",\n        \"address2\": \"address2\",\n        \"badge_url\": \"https://papaginos-dev-tc.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"cc_type_id\": 2,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"Mastercard\",\n        \"last_four\": \"1113\",\n        \"state_code\": \"PA\",\n        \"name\": \"Tarik Cinar\",\n        \"expiration_year\": \"26\",\n        \"country\": \"US\",\n        \"in_store_priority\": null,\n        \"cc_account_id\": 835,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"Cinar\",\n        \"expiration_month\": \"08\",\n        \"postal_code\": \"19462\",\n        \"city\": \"Plymouth Meeting\",\n        \"first_name\": \"Tarik\",\n        \"display_name\": null,\n        \"is_gift_card\": false,\n        \"address1\": \"401 Park Drive\",\n        \"address2\": \"address2\",\n        \"badge_url\": \"https://papaginos-dev-tc.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"cc_type_id\": 2,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"Mastercard\",\n        \"last_four\": \"1113\",\n        \"state_code\": \"PA\",\n        \"name\": \"Tarik Cinar\",\n        \"expiration_year\": \"26\",\n        \"country\": \"US\",\n        \"in_store_priority\": 57,\n        \"cc_account_id\": 834,\n        \"is_credit_card\": true\n    },\n    {\n        \"last_name\": \"Cinar\",\n        \"expiration_month\": \"08\",\n        \"postal_code\": \"19462\",\n        \"city\": \"Plymouth Meeting\",\n        \"first_name\": \"Tarik\",\n        \"display_name\": null,\n        \"is_gift_card\": false,\n        \"address1\": \"401 Park Drive\",\n        \"address2\": \"address2\",\n        \"badge_url\": \"https://papaginos-dev-tc.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"cc_type_id\": 2,\n        \"company\": null,\n        \"is_default\": false,\n        \"cc_type\": \"Mastercard\",\n        \"last_four\": \"1113\",\n        \"state_code\": \"PA\",\n        \"name\": \"Tarik Cinar\",\n        \"expiration_year\": \"26\",\n        \"country\": \"US\",\n        \"in_store_priority\": null,\n        \"cc_account_id\": 833,\n        \"is_credit_card\": true\n    }\n]"}],"_postman_id":"1d83ca03-b3c8-4324-aa70-e8037e1277d5"},{"name":"Save Card for Customer","id":"f92bd3a0-fe21-41cf-89d9-0e2bfce61f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 0,\n    \"card_number\": \"4111111111111111\",\n    \"expiration_month\": \"12\",\n    \"expiration_year\": \"2029\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address1\": \"123 Sample Blvd\",\n    \"address2\": \"Suite 456\",\n    \"city\": \"New York City\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10001\",\n    \"should_save\": false,\n    \"provider\": \"visa\",\n    \"is_default\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards","description":"<p>A customer has the ability to save a card for future use. Use this endpoint to add a payment card to the list of saved cards. You can add a card two ways.</p>\n<p>1. You can add a normal card by providing the card details (request body example below)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"pay_proc_id\": 0,\n  \"card_number\": \"4111111111111111\",\n  \"card_type_id\": 2,\n  \"expiration_month\": \"04\",\n  \"expiration_year\": \"2019\",\n  \"first_name\": \"Pat\",\n  \"last_name\": \"Nova\",\n  \"company\": \"hello world inc.\",\n  \"address1\": \"1915 4th ave.\",\n  \"address2\": \"Suite #306\",\n  \"city\": \"Seattle\",\n  \"state\": \"WA\",\n  \"postal_code\": \"98101\",\n  \"should_save\": true,\n  \"provider\": \"mastercard\",\n  \"is_default\": true\n}\n\n</code></pre>\n<p>2. You can add a tokenized cad by providing a masked card number and a token. (request body example below)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"pay_proc_id\": 0,\n  \"card_number\": \"4111xxxxxxxx1111\",\n  \"expiration_month\": \"04\",\n  \"expiration_year\": \"19\",\n  \"first_name\": \"Pat\",\n  \"last_name\": \"Nova\",\n  \"company\": \"hello world inc.\",\n  \"address1\": \"1915 4th ave.\",\n  \"address2\": \"Suite #306\",\n  \"city\": \"Seattle\",\n  \"state\": \"WA\",\n  \"postal_code\": \"98101\",\n  \"card_token\": \"dsfdfsd123fsdfsdf\",\n  \"should_save\": true,\n  \"is_default\": true\n}\n\n</code></pre>\n<p>Notice that in both cases there is the \"is_default\" key. You can use that to set the card to the default card. To change the default card you can use this endpoint by simply passing the cc_account_id and setting is_default to true. (request body example below).</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cc_account_id\": 1234,\n  \"is_default\": true\n}\n</code></pre>\n","urlObject":{"path":["customers","{{customer_id}}","saved-cards"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1cba0bfc-b77b-4933-8b5b-cfae711afec0","name":"Success - Create Using Card Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 0,\n    \"card_number\": \"4111111111111111\",\n    \"expiration_month\": \"12\",\n    \"expiration_year\": \"2029\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address1\": \"123 Sample Blvd\",\n    \"address2\": \"Suite 456\",\n    \"city\": \"New York City\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10001\",\n    \"should_save\": true,\n    \"provider\": \"visa\",\n    \"is_default\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:22:57 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"36"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NDCustomerId=1057; Path=/; Expires=Sat, 24 Feb 2024 05:22:57 +0000; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"cc_account_id\": 12345\n}"},{"id":"1f751a10-d33f-47bc-81f2-163e686925f8","name":"Success - Create Using Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 0,\n    \"card_number\": \"4111xxxxxxxx1111\",\n    \"expiration_month\": \"12\",\n    \"expiration_year\": \"2029\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address1\": \"123 Sample Blvd\",\n    \"address2\": \"Suite 456\",\n    \"city\": \"New York City\",\n    \"state\": \"NY\",\n    \"postal_code\": \"10001\",\n    \"card_token\": \"dsfdfsd123fsdfsdf\",\n    \"should_save\": true,\n    \"provider\": \"visa\",\n    \"is_default\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:22:57 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"36"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NDCustomerId=1057; Path=/; Expires=Sat, 24 Feb 2024 05:22:57 +0000; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"cc_account_id\": 12345\n}"}],"_postman_id":"f92bd3a0-fe21-41cf-89d9-0e2bfce61f8e"},{"name":"Delete Saved Card for Customer","id":"764afc76-ded1-4265-b031-9e03449286e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards?cc_account_id={{cc_account_id}}","description":"<p>A customer has the ability to save a payment card for future use. Use this endpoint to delete a payment card from the customer's saved cards.</p>\n","urlObject":{"path":["customers","{{customer_id}}","saved-cards"],"host":["{{baseUrl}}"],"query":[{"key":"cc_account_id","value":"{{cc_account_id}}"}],"variable":[]}},"response":[{"id":"32fb3fc0-d24a-4675-87a4-4d801474f269","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/saved-cards?cc_account_id={{cc_account_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","saved-cards"],"query":[{"key":"cc_account_id","value":"{{cc_account_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:25:28 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"53"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": \"Card successfully deleted\",\n    \"ok\": true\n}"},{"id":"d2c527ba-c80e-4dee-b162-5cb20666e106","name":"Failure - Card Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/saved-cards?cc_account_id={{cc_account_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","saved-cards"],"query":[{"key":"cc_account_id","value":"{{cc_account_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:25:52 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": \"Card does not exist\",\n    \"ok\": false\n}"}],"_postman_id":"764afc76-ded1-4265-b031-9e03449286e9"},{"name":"Update in store priority order","id":"65f5dc3e-1132-4b80-ba75-85e4932d0197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"in_store_priority\": 3\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards/{{cc_account_id}}/in-store-priority","urlObject":{"path":["customers","{{customer_id}}","saved-cards","{{cc_account_id}}","in-store-priority"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"11a6f188-d8cd-40eb-93af-e27ff1f3357e","name":"Update error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"in_store_priority\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards/{{cc_account_id}}/in-store-priority"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 May 2024 16:00:47 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"53"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZkI5L8zXuUkG2QFaMDs3MwAAAcI"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"in_store_priority must be greater than 0\"\n}"},{"id":"01c1f90f-03b3-4eb5-91d0-138bae22af4d","name":"Update in store priority order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"in_store_priority\": 3\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-cards/{{cc_account_id}}/in-store-priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 May 2024 16:54:24 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"72"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZkJFwMzXuUkG2QFaMDt-sAAAAcY"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Cc account priority updated successfully\",\n    \"success\": true\n}"}],"_postman_id":"65f5dc3e-1132-4b80-ba75-85e4932d0197"}],"id":"cc5055b8-0e49-4f48-b7b9-37bb0f0021b3","description":"<p>For when a guest wants to manage their credit cards on file.</p>\n","_postman_id":"cc5055b8-0e49-4f48-b7b9-37bb0f0021b3"},{"name":"Order History","item":[{"name":"Get Customer's Orders","id":"7a5512f2-0287-4f61-a939-659d91af83e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/orders?include_items=true&all_orders=true","description":"<p>This endpoint will only return orders that have menu items associated with them. Orders with no menu items will not be included in the response.</p>\n","urlObject":{"path":["customers","{{customer_id}}","orders"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>When this parameter is passed the order item detail is included in the response</p>\n","type":"text/plain"},"key":"include_items","value":"true"},{"disabled":true,"description":{"content":"<p>When this parameter is passed only saved orders are included in the response</p>\n","type":"text/plain"},"key":"saved_orders","value":"true"},{"disabled":true,"description":{"content":"<p>When this parameter is passed only open orders are included in the response</p>\n","type":"text/plain"},"key":"open_orders","value":"true"},{"description":{"content":"<p>When this parameter is passed all orders are included in the response 'submited orders' + 'open_orders'</p>\n","type":"text/plain"},"key":"all_orders","value":"true"}],"variable":[]}},"response":[{"id":"87a44424-daf8-40be-8989-aaa7468a987a","name":"Success - All Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/orders?all_orders=true","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","orders"],"query":[{"key":"include_items","value":"true","disabled":true},{"key":"saved_orders","value":"true","disabled":true},{"key":"open_orders","value":"true","disabled":true},{"key":"all_orders","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:26:23 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1736"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_cancelable\": true,\n        \"total_cents\": 1245,\n        \"subtotal_cents\": 1159,\n        \"group_order_id\": 0,\n        \"is_editable\": false,\n        \"dpstamp\": \"2022-12-15 20:30:00\",\n        \"itemname\": \"Traditional Cheese Build Your Own\",\n        \"statusid\": 5,\n        \"orderid\": 23456,\n        \"is_quote\": false,\n        \"tax_cents\": 86,\n        \"item_count\": 1,\n        \"coupon_total\": 0,\n        \"preauth_cents\": 0,\n        \"service_type\": \"Pick-Up\",\n        \"is_saved\": false,\n        \"paid_cents\": 0,\n        \"status\": \"In Progress\",\n        \"dpstamp_display\": \"Dec 15, 8:30 pm\",\n        \"restaurantname\": \"Boston Pizza Spot\",\n        \"restid\": 20,\n        \"address1\": null,\n        \"service_type_id\": 2,\n        \"locationid\": null,\n        \"deliverycharge\": 0,\n        \"tip_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"orderitemid\": 290749,\n        \"created\": \"2022-12-15 18:13:12.259005\",\n        \"order_name\": null,\n        \"checkin_stamp\": null,\n        \"show_status\": false,\n        \"balance_cents\": 1245,\n        \"quantity\": 1\n    },\n    {\n        \"is_cancelable\": false,\n        \"total_cents\": 1240,\n        \"subtotal_cents\": 1159,\n        \"group_order_id\": 0,\n        \"is_editable\": false,\n        \"dpstamp\": \"2022-10-24 17:25:00\",\n        \"itemname\": \"Traditional Thin Crust Cheese Pizza\",\n        \"statusid\": 20,\n        \"orderid\": 12345,\n        \"is_quote\": false,\n        \"tax_cents\": 81,\n        \"item_count\": 1,\n        \"coupon_total\": 0,\n        \"preauth_cents\": 1240,\n        \"service_type\": \"Pick-Up\",\n        \"is_saved\": false,\n        \"paid_cents\": 1240,\n        \"status\": \"Completed\",\n        \"dpstamp_display\": \"Oct 24, 5:25 pm\",\n        \"restaurantname\": \"Boston Pizza Spot\",\n        \"restid\": 3,\n        \"address1\": null,\n        \"service_type_id\": 2,\n        \"locationid\": null,\n        \"deliverycharge\": 0,\n        \"tip_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"orderitemid\": 9699,\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"order_name\": null,\n        \"checkin_stamp\": null,\n        \"show_status\": false,\n        \"balance_cents\": 0,\n        \"quantity\": 1\n    }\n]"},{"id":"7bcf0f36-eca8-4adf-9390-305b7e0ce661","name":"Success - Open Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/orders?open_orders=true","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","orders"],"query":[{"key":"include_items","value":"true","disabled":true},{"key":"saved_orders","value":"true","disabled":true},{"key":"open_orders","value":"true"},{"key":"all_orders","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:29:36 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1658"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_cancelable\": true,\n        \"total_cents\": 1245,\n        \"subtotal_cents\": 1159,\n        \"group_order_id\": 0,\n        \"is_editable\": false,\n        \"dpstamp\": \"2022-12-15 20:30:00\",\n        \"itemname\": \"Traditional Cheese Build Your Own\",\n        \"statusid\": 5,\n        \"orderid\": 23456,\n        \"is_quote\": false,\n        \"tax_cents\": 86,\n        \"item_count\": 1,\n        \"coupon_total\": 0,\n        \"preauth_cents\": 0,\n        \"service_type\": \"Pick-Up\",\n        \"is_saved\": false,\n        \"paid_cents\": 0,\n        \"status\": \"In Progress\",\n        \"dpstamp_display\": \"Dec 15, 8:30 pm\",\n        \"restaurantname\": \"Boston Pizza Spot\",\n        \"restid\": 20,\n        \"address1\": null,\n        \"service_type_id\": 2,\n        \"locationid\": null,\n        \"deliverycharge\": 0,\n        \"tip_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"orderitemid\": 290749,\n        \"created\": \"2022-12-15 18:13:12.259005\",\n        \"order_name\": null,\n        \"checkin_stamp\": null,\n        \"show_status\": false,\n        \"balance_cents\": 1245,\n        \"quantity\": 1\n    }\n]"},{"id":"7a68ac61-1ce6-4c64-a4b9-2b0d153daf0d","name":"Success - Include Items","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/orders?include_items=true&all_orders=true","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","orders"],"query":[{"key":"include_items","value":"true"},{"key":"saved_orders","value":"true","disabled":true},{"key":"open_orders","value":"true","disabled":true},{"key":"all_orders","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:30:32 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"4292"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_cancelable\": true,\n        \"total_cents\": 1245,\n        \"group_order_id\": 0,\n        \"is_editable\": false,\n        \"charges\": {\n            \"delivery_cents\": 0,\n            \"tax_cents\": 86,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"totalCents\": 1245,\n            \"preauth_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1245\n        },\n        \"dpstamp\": \"2022-12-15 20:30:00\",\n        \"itemname\": \"Traditional Cheese Build Your Own\",\n        \"statusid\": 5,\n        \"orderid\": 23456,\n        \"is_quote\": false,\n        \"orderitemid\": 290749,\n        \"item_count\": 2,\n        \"service_type\": \"Pick-Up\",\n        \"is_saved\": false,\n        \"status\": \"In Progress\",\n        \"dpstamp_display\": \"Dec 15, 8:30 pm\",\n        \"restaurantname\": \"Boston Pizza Spot\",\n        \"restid\": 20,\n        \"address1\": null,\n        \"service_type_id\": 2,\n        \"locationid\": null,\n        \"created\": \"2022-12-15 18:13:12.259005\",\n        \"order_name\": null,\n        \"items\": [\n            {\n                \"size_name\": \"Small\",\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"items\": [\n                    {\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"order_item_id\": 290750,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"quantity\": 1\n                    }\n                ],\n                \"order_item_id\": 290749,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"quantity\": 1\n            }\n        ],\n        \"checkin_stamp\": null,\n        \"quantity\": 1,\n        \"show_status\": false\n    },\n    {\n        \"is_cancelable\": false,\n        \"total_cents\": 1240,\n        \"group_order_id\": 0,\n        \"is_editable\": false,\n        \"charges\": {\n            \"delivery_cents\": 0,\n            \"tax_cents\": 81,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"totalCents\": 1240,\n            \"preauth_cents\": 1240,\n            \"subtotal_cents\": 1159,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 1240,\n            \"balance_cents\": 0\n        },\n        \"dpstamp\": \"2022-10-24 17:25:00\",\n        \"itemname\": \"Traditional Thin Crust Cheese Pizza\",\n        \"statusid\": 20,\n        \"orderid\": 12345,\n        \"is_quote\": false,\n        \"orderitemid\": 9699,\n        \"item_count\": 2,\n        \"service_type\": \"Pick-Up\",\n        \"is_saved\": false,\n        \"status\": \"Completed\",\n        \"dpstamp_display\": \"Oct 24, 5:25 pm\",\n        \"restaurantname\": \"Boston Pizza Spot\",\n        \"restid\": 3,\n        \"address1\": null,\n        \"service_type_id\": 2,\n        \"locationid\": null,\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"order_name\": null,\n        \"items\": [\n            {\n                \"size_name\": \"Small\",\n                \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n                \"items\": [\n                    {\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Thanks!\",\n                        \"order_item_id\": 9700,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"quantity\": 1\n                    }\n                ],\n                \"order_item_id\": 9699,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"quantity\": 1\n            }\n        ],\n        \"checkin_stamp\": null,\n        \"quantity\": 1,\n        \"show_status\": false\n    }\n]"},{"id":"1dec98e2-ddaa-4ae3-a4d9-39cfa5211ab0","name":"Success - Saved Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/orders?saved_orders=true","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","orders"],"query":[{"key":"include_items","value":"true","disabled":true},{"key":"saved_orders","value":"true"},{"key":"open_orders","value":"true","disabled":true},{"key":"all_orders","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:37:16 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"784"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_cancelable\": false,\n        \"total_cents\": 1240,\n        \"subtotal_cents\": 1159,\n        \"group_order_id\": 0,\n        \"is_editable\": false,\n        \"dpstamp\": \"2022-10-24 17:25:00\",\n        \"itemname\": \"Traditional Thin Crust Cheese Pizza\",\n        \"statusid\": 20,\n        \"orderid\": 23456,\n        \"is_quote\": false,\n        \"tax_cents\": 81,\n        \"item_count\": 1,\n        \"coupon_total\": 0,\n        \"preauth_cents\": 1240,\n        \"service_type\": \"Pick-Up\",\n        \"is_saved\": true,\n        \"paid_cents\": 1240,\n        \"status\": \"Completed\",\n        \"dpstamp_display\": \"Oct 24, 5:25 pm\",\n        \"restaurantname\": \"Boston Pizza Spot\",\n        \"restid\": 3,\n        \"address1\": null,\n        \"service_type_id\": 2,\n        \"locationid\": null,\n        \"deliverycharge\": 0,\n        \"tip_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"orderitemid\": 9699,\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"order_name\": null,\n        \"checkin_stamp\": null,\n        \"show_status\": false,\n        \"balance_cents\": 0,\n        \"quantity\": 1\n    }\n]"}],"_postman_id":"7a5512f2-0287-4f61-a939-659d91af83e5"},{"name":"Get Customer's Group Orders","id":"b4d9cb86-440e-4105-90a2-f74e819bef14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/group-orders","urlObject":{"path":["customers","{{customer_id}}","group-orders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9f08af3c-f472-47c8-847f-b4517b06c2aa","name":"Success - Empty","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/group-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:32:41 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"2"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"b4d9cb86-440e-4105-90a2-f74e819bef14"}],"id":"6f4fc3fa-9bee-498f-83a1-380b555cf65a","_postman_id":"6f4fc3fa-9bee-498f-83a1-380b555cf65a","description":""},{"name":"Saved Orders","item":[{"name":"Save Order for Customer","id":"1dce49f5-f5ce-4472-a07f-9d6ab0a91ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-orders","urlObject":{"path":["customers","{{customer_id}}","saved-orders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8aa74668-0292-44ce-844d-cbaa7d57e03a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:34:50 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NovaDine.session=48de58375fbd331d98bb820ba802b36563f10cab7861af5020fc4ee0956a47766a6e95b7; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": false,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": -1,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2022-10-24 17:05:59.885916\",\n        \"prep_stamp\": \"2022-10-24 17:25:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2022-10-24 17:25:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"confirmation_message\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": true,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 20)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 20,\n        \"order_id\": 5678,\n        \"external_order_id\": \"76dab83c-f708-48c2-97cc-bb0a03639af1\",\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n                \"description\": \"Our famous traditional thin crust pizza in its truest form. Hand-stretched dough, a layer of our vine-ripened tomato sauce, and our signature three cheeses.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 9699,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Thanks!\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Thanks!\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 9699,\n                        \"order_item_id\": 9700,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2022-10-24T17:25:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1240,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 81,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 1240,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 1240,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": null,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 0,\n                \"display_name\": null,\n                \"card_type_id\": 1,\n                \"cc_type\": \"Visa\",\n                \"cc_account_id\": 250,\n                \"trans_stamp\": \"10/31/2022 13:09\",\n                \"last_four\": \"1111\",\n                \"trans_type\": \"Payment\",\n                \"amount_cents\": 1240,\n                \"cc_name\": \"Andrew Boryk\"\n            }\n        ],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": true,\n            \"is_released\": false,\n            \"is_started\": true,\n            \"is_finished\": true,\n            \"is_received\": true\n        }\n    },\n    \"coupons\": [],\n    \"restaurant\": {\n        \"city\": \"Boston\",\n        \"store_id\": \"0002\",\n        \"address1\": \"123 Example St\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"7815551946\",\n        \"state\": \"MA\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"02026\",\n        \"address2\": \"\",\n        \"name\": \"Boston Pizza Spot\"\n    }\n}"},{"id":"92f460e6-8473-44ec-8019-5fe8ffeb1d04","name":"Failure - Order Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/saved-orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:36:54 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"76"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Exception: OrderNotFoundError: order 1895233 could not be found\"\n}"}],"_postman_id":"1dce49f5-f5ce-4472-a07f-9d6ab0a91ff1"},{"name":"Delete Saved Order for Customer","id":"b289bca1-beaf-42e8-8b7d-908b973a3aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/saved-orders?order_id={{order_id}}","urlObject":{"path":["customers","{{customer_id}}","saved-orders"],"host":["{{baseUrl}}"],"query":[{"key":"order_id","value":"{{order_id}}"}],"variable":[]}},"response":[{"id":"494c1c2d-27f6-4692-8025-255d299bb0e6","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/saved-orders?order_id={{order_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","saved-orders"],"query":[{"key":"order_id","value":"{{order_id}}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:39:39 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"9db4e0e8-44e5-47cd-91b4-47c8e2f674d5","name":"Failture - Order Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/saved-orders?order_id={{order_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","saved-orders"],"query":[{"key":"order_id","value":"{{order_id}}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:39:58 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": false\n}"}],"_postman_id":"b289bca1-beaf-42e8-8b7d-908b973a3aee"}],"id":"8796828c-58ec-457d-b169-b810fd5b4d8d","_postman_id":"8796828c-58ec-457d-b169-b810fd5b4d8d","description":""},{"name":"Loyalty","item":[{"name":"Fetch Customer Loyalty","id":"9062956c-ec38-4ac4-9370-23e1bf87e4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/loyalty","description":"<p>Get loyalty information and balances from loyalty provider for logged in customer.</p>\n","urlObject":{"path":["customers","{{customer_id}}","loyalty"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ea5cf81f-24b3-4aef-81dc-e59b180212f7","name":"Success - Empty Balances","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/loyalty"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:40:27 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"210"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"loyalty_id\": \"8000000578877675\",\n        \"point_balances\": [\n            {\n                \"balance\": \"0\",\n                \"name\": \"Points\"\n            }\n        ],\n        \"enroll_date\": \"2022-12-15\",\n        \"account_id\": 12345678,\n        \"tier_label\": \"Registered Rewards Card\"\n    },\n    \"balances\": []\n}"}],"_postman_id":"9062956c-ec38-4ac4-9370-23e1bf87e4de"}],"id":"8720a09b-6d4a-4716-ac49-0db32a8eeae1","_postman_id":"8720a09b-6d4a-4716-ac49-0db32a8eeae1","description":""},{"name":"Membership","item":[{"name":"Get All Customer Memberships","id":"663a0f87-672d-45ea-b953-70da2601d8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/memberships","description":"<p>Use this endpoint to get all of a customer's memberships.</p>\n","urlObject":{"path":["customers","{{customer_id}}","memberships"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1874eac1-a2bb-4928-8e1c-e616b03031ca","name":"Success - Empty Memberships","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/memberships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:42:08 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"2"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"663a0f87-672d-45ea-b953-70da2601d8e6"},{"name":"Get Customer Membership","id":"6fd641d7-fb55-4c37-8d64-93f5a3099b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/memberships/{{membership_id}}","description":"<p>Use this endpoint to get a customer's single membership</p>\n","urlObject":{"path":["customers","{{customer_id}}","memberships","{{membership_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b0177dba-db1d-45ce-9811-b15ca2e6971e","name":"Failure - No Memberships Found","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/memberships/{{membership_id}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:42:33 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Exception: IndexError: list index out of range\"\n}"}],"_postman_id":"6fd641d7-fb55-4c37-8d64-93f5a3099b87"},{"name":"Cancel  Membership","id":"3946213b-4eaa-4425-b522-7473f4079b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/memberships/{{membership_id}}","description":"<p>Use this endpoint to cancel a customer's membership</p>\n","urlObject":{"path":["customers","{{customer_id}}","memberships","{{membership_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5d67e8fc-688b-4230-ad1b-7edcff55d731","name":"Failure - Membership Not Found","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/memberships/{{membership_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:43:03 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"33"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Membership not Found\"\n}"}],"_postman_id":"3946213b-4eaa-4425-b522-7473f4079b3b"}],"id":"a55d52c1-7089-4eeb-ba9b-c1f93090a38b","_postman_id":"a55d52c1-7089-4eeb-ba9b-c1f93090a38b","description":""},{"name":"Favorite Stores","item":[{"name":"Get Favorite Stores","id":"8dc7577f-1a7a-4b68-8fd3-de6845bdd126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores","description":"<p>Use this endpoint to get a list of all of a customer's favorite stores.</p>\n","urlObject":{"path":["customers","{{customer_id}}","favorite-stores"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fc55ac53-b74c-457e-9caa-04f481f2b42e","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:47:55 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"86"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"rest_id\": 3,\n        \"restaurant_name\": \"Boston Pizza Shop\",\n        \"store_id\": \"0002\"\n    }\n]"}],"_postman_id":"8dc7577f-1a7a-4b68-8fd3-de6845bdd126"},{"name":"Add Favorite Store","id":"5fdb23a8-7921-48b8-99d6-1e13515bb2b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_name\": \"Boston Pizza Shop\",\n    \"store_id\": \"{{store_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores","description":"<p>Use this endpoint to add a store to the customer's favorites. You need to pass the <code>customer_id</code> in the url along with the <code>store_id</code> and <code>store_name</code> in the request body. The <code>store_name</code> can be any string; it can be thought of as just a way to name one of the customer's favorites.</p>\n","urlObject":{"path":["customers","{{customer_id}}","favorite-stores"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5929be4e-a398-4c56-82d8-db94519a5437","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_name\": \"Boston Pizza Shop\",\n    \"store_id\": \"{{store_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:47:07 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"ff36c987-c260-4a4f-873c-ce3161e17e9f","name":"Failure - Store Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_name\": \"Nnexistent Store\",\n    \"store_id\": \"{{store_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:47:31 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Exception: IndexError: list index out of range\"\n}"}],"_postman_id":"5fdb23a8-7921-48b8-99d6-1e13515bb2b4"},{"name":"Delete Favorite Store","id":"1c42a01c-9c43-491c-a103-d84b52f2a880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores?store_id={{store_id}}","description":"<p>Use this endpoint to delete a store from the customer's favorites. You just need the <code>customer_id</code> along with the <code>store_id</code> passed as a query parameter.</p>\n","urlObject":{"path":["customers","{{customer_id}}","favorite-stores"],"host":["{{baseUrl}}"],"query":[{"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"f227dc49-7ef5-44d0-820f-303e2a9179ad","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores?store_id={{store_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","favorite-stores"],"query":[{"key":"store_id","value":"{{store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:49:08 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"},{"id":"dde86b64-e511-42de-be83-549a0841db3a","name":"Failure - Store Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/favorite-stores?store_id={{store_id}}","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","favorite-stores"],"query":[{"key":"store_id","value":"{{store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:49:28 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"13"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": false\n}"}],"_postman_id":"1c42a01c-9c43-491c-a103-d84b52f2a880"}],"id":"0dd05a82-b94d-4ca8-9e6c-e5b8b2c31332","_postman_id":"0dd05a82-b94d-4ca8-9e6c-e5b8b2c31332","description":""},{"name":"Favorite Items","item":[{"name":"Get Favorite Items","id":"6b68c016-eaf0-4668-93fe-7896ebe3e0d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-items?service_type_id={{service_type_id}}&include_unavailable=false&store_id={{store_id}}","urlObject":{"path":["customers","{{customer_id}}","favorite-items"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>If you are looking for favorite items to add to a scheduled order, please include the ready_ts</p>\n","type":"text/plain"},"key":"ready_ts","value":"2023-02-20 09:30:00"},{"description":{"content":"<p>(required) Specify what service type you are using, so this way items that are unavailable for this service type are removed from the response</p>\n","type":"text/plain"},"key":"service_type_id","value":"{{service_type_id}}"},{"description":{"content":"<p>Set this to true if you'd like to see all items, regardless of availability. Otherwise, set to false to hide unavailable items.</p>\n","type":"text/plain"},"key":"include_unavailable","value":"false"},{"description":{"content":"<p>(required) Specify what store you are ordering from, so this way items that are unavailable for this store are removed from the response</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[],"_postman_id":"6b68c016-eaf0-4668-93fe-7896ebe3e0d0"},{"name":"Add Favorite Item","id":"fb41d66b-1068-490d-8333-a65081312b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category_id\": {{category_id}},\n    \"item_id\": {{item_id}},\n    \"item_size_id\": 100000,\n    \"item_style_id\": null,\n    \"quantity\": 1,\n    \"favorite_name\": \"Favorite Pizza\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-items","urlObject":{"path":["customers","{{customer_id}}","favorite-items"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c7f12e7-ad18-402f-a8cf-785482fbfd9f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category_id\": 567,\n    \"item_id\": 123,\n    \"item_size_id\": 100000,\n    \"item_style_id\": null,\n    \"quantity\": 1,\n    \"favorite_name\": \"Favorite Pizza\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:56:56 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"19"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"favorite_id\": 32\n}"}],"_postman_id":"fb41d66b-1068-490d-8333-a65081312b5d"},{"name":"Delete Favorite Item","id":"f940ea34-c387-4c9e-bf87-3a081175eba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/favorite-items?favorite_id=32","urlObject":{"path":["customers","{{customer_id}}","favorite-items"],"host":["{{baseUrl}}"],"query":[{"key":"favorite_id","value":"32"}],"variable":[]}},"response":[{"id":"ed3ef696-a0dc-4ce6-a722-2ba37bf8c945","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/favorite-items?favorite_id=32","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","favorite-items"],"query":[{"key":"favorite_id","value":"32"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 05:01:55 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"12"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"}],"_postman_id":"f940ea34-c387-4c9e-bf87-3a081175eba5"}],"id":"348da48f-3cec-4f7c-a30a-b80ef283c41a","_postman_id":"348da48f-3cec-4f7c-a30a-b80ef283c41a","description":""},{"name":"Check-In","item":[{"name":"Get Orders a Customer can Check In","id":"b8cfe84f-5f0a-4dbf-8e7b-ae5c3b8874bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/customers/{{customer_id}}/orders/checkin","description":"<p>Get a list of orders which are available and ready to be checked in.</p>\n","urlObject":{"path":["customers","{{customer_id}}","orders","checkin"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Use this parameter to return orders that are X minutes in the future. \nFor Example: for 12 hours in the future pass 1440 and for 6 hours in the future pass 720.</p>\n","type":"text/plain"},"key":"max_future_mins","value":"720"}],"variable":[]}},"response":[{"id":"a65c1ead-012b-42fd-bf52-941bebe90c79","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/customers/{{customer_id}}/orders/checkin","host":["{{baseUrl}}"],"path":["customers","{{customer_id}}","orders","checkin"],"query":[{"key":"max_future_mins","value":"720","description":"Use this parameter to return orders that are X minutes in the future. \nFor Example: for 12 hours in the future pass 1440 and for 6 hours in the future pass 720.","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"total_cents\": 880,\n        \"refresh_seconds\": 859.043039,\n        \"earliest_checkin_display\": \"12:43 am\",\n        \"too_late_for_checkin\": false,\n        \"checkin_ts\": \"2020-07-17 08:52:13.780616\",\n        \"restaurant_name\": \"SANTA.MONICA Inn\",\n        \"rest_phone\": \"3103941363 \",\n        \"latest_checkin_display\": \"1:03 am\",\n        \"can_check_in\": false,\n        \"ready_ts_display\": \"Jan 24, 12:48 am\",\n        \"status_id\": 12,\n        \"order_id\": 2453041,\n        \"service_type_id\": 7,\n        \"rest_id\": 447,\n        \"too_early_for_checkin\": true,\n        \"created\": \"2019-01-24 00:33:41.068243\",\n        \"ready_ts\": \"2019-01-24 00:48:00\"\n    }\n]"}],"_postman_id":"b8cfe84f-5f0a-4dbf-8e7b-ae5c3b8874bc"},{"name":"Check In a Customer for an Order","id":"e55de887-5f13-4f67-a5c0-31a205e435fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"extra\": {\n        \"car_color\": \"Red\",\n        \"parking_spot\": \"12\"\n    },\n    \"checkin_code\": \"5678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/orders/checkin/{{order_id}}","description":"<p>Check into a order (used for Curbside / Parking Lot ordering).</p>\n<p>Comes with an <code>extra</code> property, that you can put anything into (example: <code>car_color</code> or <code>parking_spot</code>).</p>\n","urlObject":{"path":["customers","{{customer_id}}","orders","checkin","{{order_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a023bb98-93d8-4227-ae05-e70fbf0654c4","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"extra\": {\n        \"car_color\": \"Red\",\n        \"parking_spot\": \"12\"\n    },\n    \"checkin_code\": \"5678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/customers/{{customer_id}}/orders/checkin/{{order_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"is_verified\": true,\n        \"first_name\": \"Pat\",\n        \"last_name\": \"Nova\",\n        \"phone\": \"5555555555\",\n        \"company_name\": \"company llc\",\n        \"customer_id\": 123,\n        \"is_guest\": false,\n        \"email\": \"test@email.com\",\n        \"occupation\": \"occupation\",\n        \"birthdate\": \"2007-05-03\",\n        \"is_phone_verified\": true\n    },\n    \"order\": {\n        \"is_cancelable\": false,\n        \"is_editable\": true,\n        \"edit_cutoff_ts\": \"2020-08-1 15:53:32.463159\",\n        \"restaurant_id\": 123,\n        \"comments_to_restaurant\": \"comment to restaurant\",\n        \"customer_location_id\": null,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2018-08-01 14:53:32.463159\",\n        \"prep_stamp\": \"2018-08-01 14:53:32.463159\",\n        \"charges\": {\n            \"total_cents\": 123,\n            \"delivery_cents\": 123,\n            \"tip_cents\": 123,\n            \"subtotal_cents\": 123,\n            \"remaining_cents\": 123,\n            \"tax_cents\": 123,\n            \"discount_cents\": 123,\n            \"preauth_cents\": 123,\n            \"other_paid_cents\": 123,\n            \"paid_cents\": 123,\n            \"balance_cents\": 123\n        },\n        \"dp_stamp\": \"2018-08-01 15:10:00\",\n        \"table_number\": null,\n        \"customer_id\": 123,\n        \"group_order_id\": 123,\n        \"status_id\": 123,\n        \"order_id\": 123,\n        \"service_type_id\": 123,\n        \"guest_count\": null,\n        \"service_type\": \"Pick-Up\",\n        \"order_provider_id\": 123,\n        \"created\": \"2018-08-01 14:53:32.463159\",\n        \"checkin_acknowledged_ts\": \"2018-08-01 14:53:32.463159\",\n        \"checkin_stamp\": \"2018-08-01 14:53:32.463159\",\n        \"payments\": [\n            {\n                \"display_name\": \"the display name\",\n                \"card_type_id\": 1,\n                \"cc_type\": \"visa\",\n                \"trans_stamp\": \"03/04/2019 13:38\",\n                \"last_four\": \"1234\",\n                \"trans_type\": \"Authorization\",\n                \"amount_cents\": 1000,\n                \"cc_name\": \"first last\",\n                \"pay_proc_id\": 0,\n                \"cc_account_id\": 26\n            }\n        ],\n        \"items\": [\n            {\n                \"comment\": \"sauce on side\",\n                \"prep_time_as_incr\": 0,\n                \"ticket_text\": \"Bigger Plate\",\n                \"description\": \"Any 1 Side & 3 Entrees\",\n                \"category\": \"Regular Menu\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": \"pick list type\",\n                \"item_name\": \"Bigger Plate\",\n                \"unit_price\": 930,\n                \"pick_list_external_id\": \"123\",\n                \"is_valid\": true,\n                \"pick_list_id\": 123,\n                \"external_category_id\": \"100\",\n                \"ref_name\": \"spencer cooley\",\n                \"menu_id\": 1,\n                \"item_config_id\": 23,\n                \"default_quantity\": 0,\n                \"quantity\": 1,\n                \"auto\": false,\n                \"category_display_hints\": {\n                    \"show_section_titles\": true,\n                    \"featured_title\": \"Panda Favorites\",\n                    \"items_title\": \"Build Your Own\",\n                    \"categories_title\": \"Add More\"\n                },\n                \"item_id\": 2520,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 100447745,\n                \"item_size_id\": 123,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": 123,\n                \"item_type\": \"each\",\n                \"category_id\": 145,\n                \"external_id\": \"10183\",\n                \"base_price\": 930,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"http://yourimage.com/image/path\",\n                    \"standard\": \"http://yourimage.com/image/path\",\n                    \"thumbnail\": \"http://yourimage.com/image/path\",\n                    \"standard_mobile\": \"http://yourimage.com/image/path\"\n                },\n                \"disable_special_instructions\": true,\n                \"child_items\": {\n                    \"comment\": \"sauce on side\",\n                    \"prep_time_as_incr\": 0,\n                    \"ticket_text\": \"Bigger Plate\",\n                    \"description\": \"Any 1 Side & 3 Entrees\",\n                    \"category\": \"Regular Menu\",\n                    \"prep_time_as_only\": 0,\n                    \"pick_list_type\": \"pick list type\",\n                    \"item_name\": \"Bigger Plate\",\n                    \"unit_price\": 930,\n                    \"pick_list_external_id\": \"123\",\n                    \"is_valid\": true,\n                    \"pick_list_id\": 123,\n                    \"external_category_id\": \"100\",\n                    \"ref_name\": \"spencer cooley\",\n                    \"menu_id\": 1,\n                    \"item_config_id\": 23,\n                    \"default_quantity\": 0,\n                    \"quantity\": 1,\n                    \"auto\": false,\n                    \"category_display_hints\": {\n                        \"show_section_titles\": true,\n                        \"featured_title\": \"Panda Favorites\",\n                        \"items_title\": \"Build Your Own\",\n                        \"categories_title\": \"Add More\"\n                    },\n                    \"item_id\": 2520,\n                    \"parent_order_item_id\": 0,\n                    \"order_item_id\": 100447745,\n                    \"item_size_id\": 123,\n                    \"should_show_in_cart\": true,\n                    \"display_quantity\": 1,\n                    \"item_style_id\": 123,\n                    \"item_type\": \"each\",\n                    \"category_id\": 145,\n                    \"external_id\": \"10183\",\n                    \"base_price\": 930,\n                    \"image_urls\": {\n                        \"thumbnail_mobile\": \"http://yourimage.com/image/path\",\n                        \"standard\": \"http://yourimage.com/image/path\",\n                        \"thumbnail\": \"http://yourimage.com/image/path\",\n                        \"standard_mobile\": \"http://yourimage.com/image/path\"\n                    },\n                    \"disable_special_instructions\": true\n                }\n            }\n        ],\n        \"service_type_external_id\": \"123\",\n        \"po_number\": \"123\",\n        \"checkin_extra\": {\n            \"car_spot\": \"Order Pickup\"\n        },\n        \"prep_time\": 123\n    },\n    \"coupons\": [\n        {\n            \"order_item_coupon_id\": 123,\n            \"name\": \"promo discount\",\n            \"applied_value\": -200,\n            \"value\": 200,\n            \"coupon_id\": 123,\n            \"apply_to_total\": true,\n            \"clu\": \"discountcode\",\n            \"start_date\": \"2017-10-22\",\n            \"description\": \"take $2 off of order.\"\n        }\n    ],\n    \"restaurant\": {\n        \"city\": \"Bellevue\",\n        \"name\": \"Bellevue Square Mall\",\n        \"store_id\": \"1234\",\n        \"address1\": \"119 Bellevue Way Ne\",\n        \"address2\": \"suite#123\",\n        \"address3\": \"\",\n        \"rest_id\": 123,\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"phone\": \"5555555555\",\n        \"state\": \"WA\",\n        \"zip\": \"98004\"\n    },\n    \"edit_order\": {\n        \"edit_cutoff_ts\": \"2018-08-10 15:53:32\",\n        \"base_order_id\": 1235241\n    },\n    \"combo_suggestions\": [\n        {\n            \"currently\": \"Schema not yet known\",\n            \"unknown\": \"Schema not yet known\"\n        }\n    ],\n    \"member_orders\": [\n        {\n            \"customer\": {\n                \"is_verified\": true,\n                \"first_name\": \"Pat\",\n                \"last_name\": \"Nova\",\n                \"phone\": \"5555555555\",\n                \"company_name\": \"company llc\",\n                \"customer_id\": 123,\n                \"is_guest\": false,\n                \"email\": \"test@email.com\",\n                \"occupation\": \"occupation\",\n                \"birthdate\": \"2007-05-03\",\n                \"is_phone_verified\": true\n            },\n            \"order\": {\n                \"is_cancelable\": false,\n                \"is_editable\": true,\n                \"edit_cutoff_ts\": \"2020-08-1 15:53:32.463159\",\n                \"restaurant_id\": 123,\n                \"comments_to_restaurant\": \"comment to restaurant\",\n                \"customer_location_id\": null,\n                \"is_delivery\": false,\n                \"service_group\": \"pickup\",\n                \"order_taken_by\": \"2018-08-01 14:53:32.463159\",\n                \"prep_stamp\": \"2018-08-01 14:53:32.463159\",\n                \"charges\": {\n                    \"total_cents\": 123,\n                    \"delivery_cents\": 123,\n                    \"tip_cents\": 123,\n                    \"subtotal_cents\": 123,\n                    \"remaining_cents\": 123,\n                    \"tax_cents\": 123,\n                    \"discount_cents\": 123,\n                    \"preauth_cents\": 123,\n                    \"other_paid_cents\": 123,\n                    \"paid_cents\": 123,\n                    \"balance_cents\": 123\n                },\n                \"dp_stamp\": \"2018-08-01 15:10:00\",\n                \"table_number\": null,\n                \"customer_id\": 123,\n                \"group_order_id\": 123,\n                \"status_id\": 123,\n                \"order_id\": 123,\n                \"service_type_id\": 123,\n                \"guest_count\": null,\n                \"service_type\": \"Pick-Up\",\n                \"order_provider_id\": 123,\n                \"created\": \"2018-08-01 14:53:32.463159\",\n                \"checkin_acknowledged_ts\": \"2018-08-01 14:53:32.463159\",\n                \"checkin_stamp\": \"2018-08-01 14:53:32.463159\",\n                \"payments\": [\n                    {\n                        \"display_name\": \"the display name\",\n                        \"card_type_id\": 1,\n                        \"cc_type\": \"visa\",\n                        \"trans_stamp\": \"03/04/2019 13:38\",\n                        \"last_four\": \"1234\",\n                        \"trans_type\": \"Authorization\",\n                        \"amount_cents\": 1000,\n                        \"cc_name\": \"first last\",\n                        \"pay_proc_id\": 0,\n                        \"cc_account_id\": 26\n                    }\n                ],\n                \"items\": [\n                    {\n                        \"comment\": \"sauce on side\",\n                        \"prep_time_as_incr\": 0,\n                        \"ticket_text\": \"Bigger Plate\",\n                        \"description\": \"Any 1 Side & 3 Entrees\",\n                        \"category\": \"Regular Menu\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"pick list type\",\n                        \"item_name\": \"Bigger Plate\",\n                        \"unit_price\": 930,\n                        \"pick_list_external_id\": \"123\",\n                        \"is_valid\": true,\n                        \"pick_list_id\": 123,\n                        \"external_category_id\": \"100\",\n                        \"ref_name\": \"spencer cooley\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 23,\n                        \"default_quantity\": 0,\n                        \"quantity\": 1,\n                        \"auto\": false,\n                        \"category_display_hints\": {\n                            \"show_section_titles\": true,\n                            \"featured_title\": \"Panda Favorites\",\n                            \"items_title\": \"Build Your Own\",\n                            \"categories_title\": \"Add More\"\n                        },\n                        \"item_id\": 2520,\n                        \"parent_order_item_id\": 0,\n                        \"order_item_id\": 100447745,\n                        \"item_size_id\": 123,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 1,\n                        \"item_style_id\": 123,\n                        \"item_type\": \"each\",\n                        \"category_id\": 145,\n                        \"external_id\": \"10183\",\n                        \"base_price\": 930,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"http://yourimage.com/image/path\",\n                            \"standard\": \"http://yourimage.com/image/path\",\n                            \"thumbnail\": \"http://yourimage.com/image/path\",\n                            \"standard_mobile\": \"http://yourimage.com/image/path\"\n                        },\n                        \"disable_special_instructions\": true,\n                        \"child_items\": {\n                            \"comment\": \"sauce on side\",\n                            \"prep_time_as_incr\": 0,\n                            \"ticket_text\": \"Bigger Plate\",\n                            \"description\": \"Any 1 Side & 3 Entrees\",\n                            \"category\": \"Regular Menu\",\n                            \"prep_time_as_only\": 0,\n                            \"pick_list_type\": \"pick list type\",\n                            \"item_name\": \"Bigger Plate\",\n                            \"unit_price\": 930,\n                            \"pick_list_external_id\": \"123\",\n                            \"is_valid\": true,\n                            \"pick_list_id\": 123,\n                            \"external_category_id\": \"100\",\n                            \"ref_name\": \"spencer cooley\",\n                            \"menu_id\": 1,\n                            \"item_config_id\": 23,\n                            \"default_quantity\": 0,\n                            \"quantity\": 1,\n                            \"auto\": false,\n                            \"category_display_hints\": {\n                                \"show_section_titles\": true,\n                                \"featured_title\": \"Panda Favorites\",\n                                \"items_title\": \"Build Your Own\",\n                                \"categories_title\": \"Add More\"\n                            },\n                            \"item_id\": 2520,\n                            \"parent_order_item_id\": 0,\n                            \"order_item_id\": 100447745,\n                            \"item_size_id\": 123,\n                            \"should_show_in_cart\": true,\n                            \"display_quantity\": 1,\n                            \"item_style_id\": 123,\n                            \"item_type\": \"each\",\n                            \"category_id\": 145,\n                            \"external_id\": \"10183\",\n                            \"base_price\": 930,\n                            \"image_urls\": {\n                                \"thumbnail_mobile\": \"http://yourimage.com/image/path\",\n                                \"standard\": \"http://yourimage.com/image/path\",\n                                \"thumbnail\": \"http://yourimage.com/image/path\",\n                                \"standard_mobile\": \"http://yourimage.com/image/path\"\n                            },\n                            \"disable_special_instructions\": true\n                        }\n                    }\n                ],\n                \"service_type_external_id\": \"123\",\n                \"po_number\": \"123\",\n                \"checkin_extra\": {\n                    \"car_spot\": \"Order Pickup\"\n                },\n                \"prep_time\": 123\n            },\n            \"coupons\": [\n                {\n                    \"order_item_coupon_id\": 123,\n                    \"name\": \"promo discount\",\n                    \"applied_value\": -200,\n                    \"value\": 200,\n                    \"coupon_id\": 123,\n                    \"apply_to_total\": true,\n                    \"clu\": \"discountcode\",\n                    \"start_date\": \"2017-10-22\",\n                    \"description\": \"take $2 off of order.\"\n                }\n            ],\n            \"restaurant\": {\n                \"city\": \"Bellevue\",\n                \"name\": \"Bellevue Square Mall\",\n                \"store_id\": \"1234\",\n                \"address1\": \"119 Bellevue Way Ne\",\n                \"address2\": \"suite#123\",\n                \"address3\": \"\",\n                \"rest_id\": 123,\n                \"tax_rates\": {\n                    \"county\": \"0.\",\n                    \"city\": \"0.\",\n                    \"state\": \"0.\"\n                },\n                \"phone\": \"5555555555\",\n                \"state\": \"WA\",\n                \"zip\": \"98004\"\n            },\n            \"edit_order\": {\n                \"edit_cutoff_ts\": \"2018-08-10 15:53:32\",\n                \"base_order_id\": 1235241\n            }\n        }\n    ],\n    \"group_order\": {\n        \"completion\": \"2018-08-03T00:00:00-04:00\",\n        \"cutoff\": \"2018-08-02T22:50:00-04:00\",\n        \"delivery_charge\": 123,\n        \"total_spending_limit\": 51000,\n        \"master_order_id\": 2444413,\n        \"group_order_id\": 34601,\n        \"originator_id\": 2245465,\n        \"tip\": 0,\n        \"rest_id\": 2641,\n        \"join_code\": \"abcdefg\",\n        \"member_limit\": 24,\n        \"preauth\": 51000,\n        \"required_preauth\": 0,\n        \"join_url\": \"https://yoururl.com/join/abcdefg\",\n        \"originator_pay\": true,\n        \"orders\": [\n            {\n                \"total_cents\": 930,\n                \"status_id\": 10,\n                \"order_id\": 2446250,\n                \"email\": \"contact@spencercooley.com\",\n                \"customer_id\": 2245465,\n                \"paid_cents\": 0,\n                \"balance_cents\": 0\n            }\n        ],\n        \"members\": [\n            {\n                \"first_name\": \"firstname\",\n                \"last_name\": \"lastname\",\n                \"order_total\": 123,\n                \"order_id\": 123,\n                \"email\": \"hello@world.com\",\n                \"order_status_id\": \"123\",\n                \"emailed\": false,\n                \"opted_out\": false,\n                \"member_id\": 123,\n                \"ordered\": false,\n                \"join_url\": \"https://member.com/join/joincode\",\n                \"customer_id\": 123,\n                \"spending_limit\": 5000,\n                \"opt_out_url\": \"https://member.com/opt-out-url\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e55de887-5f13-4f67-a5c0-31a205e435fc"}],"id":"156f27d9-f83b-4491-a5a9-562f9aaba23b","_postman_id":"156f27d9-f83b-4491-a5a9-562f9aaba23b","description":""}],"id":"d763529c-0460-4113-871d-d30c5c57c05b","description":"<p>All endpoints that involve an action or relation to customers will have a url structure that starts with \"customers/\". In this section you will find detailed information on how to use the customers endpoints.</p>\n","_postman_id":"d763529c-0460-4113-871d-d30c5c57c05b"},{"name":"Orders","item":[{"name":"Orders CRUD","item":[{"name":"Create Order / Edit Existing","id":"df8b1bda-461d-4d3e-a1a4-210efa19a14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new","description":"<p>Use this endpoint to start a new order. The first step in processing an order is to start one. If the order is successfully started the detail for the order will be returned in the response. You can edit order details using this endpoint as well, by including the <code>order_id</code> with the request.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_id</td>\n<td>integer, required</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>integer, optional (required if delivery)  <br />  <br />First add the address to a Customer, and then use that id for this property.</td>\n</tr>\n<tr>\n<td>ready_ts</td>\n<td>string  <br />  <br />This describes the time and date that you want the order to be ready. Best practice would be to include the offset when sending the <code>ready_ts</code>, for context, but it is not necessary.</td>\n</tr>\n<tr>\n<td>is_asap</td>\n<td>boolean  <br />  <br />If this flag is sent, there is no need to send the <code>ready_ts</code>, as it will be ignored. This flag will tell Lunchbox to choose the soonest available time at the location of choice. If <code>is_asap</code> is false or not sent, then <code>ready_ts</code> is required.</td>\n</tr>\n<tr>\n<td>is_time_bump</td>\n<td>boolean, optional  <br />  <br />Set this value if you are trying to update an ASAP order to now set for the next available ordering time. Use this if you receive a <code>needs_more_time</code> response from the API in a order's <code>errors</code></td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string, required</td>\n</tr>\n<tr>\n<td>service_type_id</td>\n<td>integer, required  <br />  <br />Include the service type id of the order when starting the order</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>integer, optional  <br />  <br />To update an order that has already been started include the <code>order_id</code>. As an example, you can use this to change the store of an order.</td>\n</tr>\n<tr>\n<td>base_order_id</td>\n<td>integer, optional  <br />  <br />Order id of original order to be edited after its been checked out. Or to start an order based on a previous order. Use this functionality for reordering.</td>\n</tr>\n<tr>\n<td>table_number</td>\n<td>string, optional  <br />  <br />If you have/know a table number for this order it can be passed here.</td>\n</tr>\n<tr>\n<td>discount_code</td>\n<td>string, optional  <br />  <br />If provided, will attempt to apply the discount code to the order. If valid, will apply either as a discount on the order if the relevant criteria are met for the discount (ie. The appropriate menu items have been applied to the order), or it will apply to the order in a <code>pending_discounts</code> on the order (and will auto apply to the order once the relevant criteria have been met for the discount). <code>discount_code</code> is especially useful if looking to deep-link a promotion onto an order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","new"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Use this parameter to indicate that you want to edit an order that has already been checked out. This, along with the base_order_id will tell NovaDine that this is an order that has already been checked out and you would like to edit that order. </p>\n<ul>\n<li>This will create an new order with the details of the original order. </li>\n<li>When you are finished editing this order and ready to checkout, please use the add payment flow like normal. Please note if the 'remaining_cents' is 0 and how to handle that situation</li>\n</ul>\n","type":"text/plain"},"key":"edit_mode","value":"true"}],"variable":[]}},"response":[{"id":"8b1c2fc7-81d4-465a-9cfc-b008c5708582","name":"Success - ASAP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 22:47:59 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"70472"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NovaDine.session=33bcd3a4d0eabdf62301c03c73c38c6df1ba529783c4d8f7528d41a4bc8fce2677ad9f53; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": null,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 17:47:57.784506\",\n        \"errors\": {\n            \"cart\": \"Your cart is empty\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:05:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63465,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:05:00\",\n        \"origin_order_id\": null,\n        \"items\": [],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:05:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 17:47:57.784506\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"de4e92c6-6f4d-452a-83ff-e08ba61972a7","name":"Success - Scheduled","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": false,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"ready_ts\": \"2023-3-12 09:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:05:21 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"70464"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 123,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": null,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:05:19.494499\",\n        \"errors\": {\n            \"cart\": \"Your cart is empty\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-03-12 09:00:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63466,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-03-12 08:45:00\",\n        \"origin_order_id\": null,\n        \"items\": [],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-03-12T09:00:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:05:19.494499\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": false,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"6bb1ab57-96b7-4981-bc06-3bcbd4d01858","name":"Success - Delivery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"address_id\": {{address_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:15:01 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"70811"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"delivery_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"customer_location\": {\n        \"city\": \"New York\",\n        \"description\": null,\n        \"contact_last_name\": null,\n        \"address1\": \"1216 1216 Broadway\",\n        \"address2\": \"2nd Floor\",\n        \"address3\": null,\n        \"longitude\": -73.9883151,\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"contact_email\": null,\n        \"contact_first_name\": null,\n        \"customer_location_id\": 18762,\n        \"country\": \"US\",\n        \"latitude\": 40.7465651,\n        \"external_ids\": null,\n        \"address_type\": 1,\n        \"contact_phone\": null,\n        \"zip_code\": \"10001\"\n    },\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"max_tip_cents\": null,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0.15,\n            0.2,\n            0.25\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER DELIVER WHEN READY*\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": 18762,\n        \"is_shipping\": false,\n        \"is_delivery\": true,\n        \"service_group\": \"delivery\",\n        \"order_taken_by\": \"2023-02-24 18:14:59.303341\",\n        \"errors\": {\n            \"cart\": \"Your cart is empty\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 19:00:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63468,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 1,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Delivery\",\n        \"suggest_tip\": 0.2,\n        \"prep_stamp\": \"2023-02-24 18:45:00\",\n        \"origin_order_id\": null,\n        \"items\": [],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T19:00:00-05:00\",\n        \"allow_tip\": true,\n        \"po_number\": null,\n        \"service_type_external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n        \"created\": \"2023-02-24 18:14:59.303341\",\n        \"checkin_acknowledged_ts\": null,\n        \"charges\": {\n            \"total_cents\": 539,\n            \"delivery_cents\": 499,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 40,\n            \"remaining_cents\": 539,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 539\n        },\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.00\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.99\"\n                        },\n                        \"label\": \"Delivery\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.40\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"5.39\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"5.39\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63468\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"eb7440c7-d355-4b2f-87f7-10890e2c546f","name":"Success - Edit Existing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:26:27 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71359"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:40:05-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:40 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 06:40 pm.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:35:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:20:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:35:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1245,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 86,\n            \"remaining_cents\": 1245,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1245\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"11.59\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.86\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"12.45\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"12.45\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"be8781f3-333a-4968-b65b-ab29cfc7ac82","name":"Success - Apply Discount","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"order_id\": {{order_id}},\n    \"discount_code\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:26:27 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71359"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:40:05-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:40 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 06:40 pm.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:35:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:20:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:35:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1245,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 86,\n            \"remaining_cents\": 1245,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1245\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"11.59\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.86\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"12.45\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"12.45\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"pending_discounts\": [\n        {\n            \"clu\": \"9156\",\n            \"message\": \"Please add 1 Small Korean BBQ Sandwich to your order to complete this discount.\",\n            \"name\": \"$5 Small Korean BBQ Sandwich\"\n        }\n    ],\n    \"coupons\": []\n}"},{"id":"e2d2971f-b6bb-45ec-b05f-31d3677da089","name":"Success - Reorder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"base_order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:20:07 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71445"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:40:05-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:40 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 06:40 pm.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:35:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:20:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:35:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1245,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 86,\n            \"remaining_cents\": 1245,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1245\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"11.59\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.86\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"12.45\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"12.45\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"df8b1bda-461d-4d3e-a1a4-210efa19a14e"},{"name":"Update Order Details","id":"93c1b5ad-2b6e-4992-ad45-e34621ca1d9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"message\": \"Message for order\",\n        \"charges\": {\n            \"tip_cents\": 400\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}","urlObject":{"path":["orders","{{order_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4536cefb-2007-4f8f-9942-39c22260ec75","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"message\": \"Message for order\",\n        \"charges\": {\n            \"tip_cents\": 400\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:28:37 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71382"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {},\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1645,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 86,\n            \"remaining_cents\": 1645,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1645\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"11.59\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.86\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"16.45\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"16.45\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"93c1b5ad-2b6e-4992-ad45-e34621ca1d9f"},{"name":"Get Order","id":"2c05c497-bbbd-49b7-b9f2-336881f0b2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}","urlObject":{"path":["orders","{{order_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ec46c049-600e-499a-a359-e456c417186c","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"3475551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1057,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": false,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": -1,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2022-10-24 17:05:59.885916\",\n        \"prep_stamp\": \"2022-10-24 17:25:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2022-10-24 17:25:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"confirmation_message\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": true,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 20)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1057,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 20,\n        \"order_id\": 1895,\n        \"external_order_id\": \"76dab83c-f708-48c2-97cc-bb0a03639af1\",\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n                \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 9699,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Thanks!\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Thanks!\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 9699,\n                        \"order_item_id\": 9700,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2022-10-24T17:25:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1240,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 81,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 1240,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 1240,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": null,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 0,\n                \"display_name\": null,\n                \"card_type_id\": 1,\n                \"cc_type\": \"Visa\",\n                \"cc_account_id\": 250,\n                \"trans_stamp\": \"10/31/2022 13:09\",\n                \"last_four\": \"1111\",\n                \"trans_type\": \"Payment\",\n                \"amount_cents\": 1240,\n                \"cc_name\": \"John Smith\"\n            }\n        ],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": true,\n            \"is_released\": false,\n            \"is_started\": true,\n            \"is_finished\": true,\n            \"is_received\": true\n        }\n    },\n    \"coupons\": [],\n    \"restaurant\": {\n        \"city\": \"New York City\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    }\n}"},{"id":"4fab878f-4a28-4ee2-94b3-488c9c4d7b18","name":"Success - Delivery w/ Coupon","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Aug 2023 14:58:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2224"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 wildcard.dev.novadine.com"},{"key":"X-Trace-ID","value":"ZPCqogjNCA7rQeaJuEIM9QAAAgg"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Person\",\n        \"last_name\": \"Test\",\n        \"phone\": \"3475550638\",\n        \"company_name\": null,\n        \"is_guest\": false,\n        \"customer_id\": 71124,\n        \"email\": \"test@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Raleigh\",\n        \"store_id\": \"77771\",\n        \"address1\": \"1400 Sunday Dr\",\n        \"restaurant_id\": 5373,\n        \"address3\": null,\n        \"longitude\": -78.7311513,\n        \"rest_classes\": [\n            \"delivery_available\"\n        ],\n        \"phone\": \"9722156660 \",\n        \"state\": \"NC\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 35.7984465,\n        \"zip_code\": \"27605\",\n        \"address2\": \"Ste 103\",\n        \"name\": \"Lab Store\"\n    },\n    \"combo_suggestions\": [],\n    \"customer_location\": {\n        \"city\": \"Raleigh\",\n        \"description\": null,\n        \"contact_last_name\": null,\n        \"address1\": \"1400 Sunday Drive\",\n        \"address2\": null,\n        \"address3\": null,\n        \"longitude\": -78.7311586,\n        \"phone\": null,\n        \"state\": \"NC\",\n        \"contact_email\": null,\n        \"contact_first_name\": null,\n        \"customer_location_id\": 91817,\n        \"country\": \"US\",\n        \"latitude\": 35.7984533,\n        \"external_ids\": null,\n        \"address_type\": 1,\n        \"contact_phone\": \"3475551020\",\n        \"zip_code\": \"27607\"\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"disable_special_instructions\": true,\n        \"max_tip_cents\": null,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0.12,\n            0.16,\n            0.24\n        ],\n        \"restaurant_id\": 5373,\n        \"internal_notes\": \"\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": 91817,\n        \"is_shipping\": false,\n        \"is_delivery\": true,\n        \"service_group\": \"delivery\",\n        \"order_taken_by\": \"2023-08-31 10:57:33.341296\",\n        \"prep_stamp\": \"2023-08-31 11:01:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"order_tax_exempt_id\": null,\n        \"dp_stamp\": \"2023-08-31 11:31:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"confirmation_message\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 12)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 71124,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 12,\n        \"order_id\": 58618,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 1,\n        \"guest_count\": null,\n        \"pos_service_id\": null,\n        \"service_type\": \"delivery\",\n        \"suggest_tip\": 0.16,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1000,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"A Stylish Sized Burger\",\n                \"size\": {\n                    \"item_size_id\": 3000000,\n                    \"external_id\": null,\n                    \"name\": \"Large\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Entrees\",\n                \"style\": {\n                    \"external_id\": null,\n                    \"item_style_id\": 70000,\n                    \"name\": \"Seasoned Grilled\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"pick_list_type\": null,\n                \"item_name\": \"A Stylish Sized Burger\",\n                \"description\": \"\",\n                \"unit_price\": 1000,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"item_classes\": null,\n                \"external_category_id\": \"12564\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 100,\n                \"item_config_id\": 41750,\n                \"default_quantity\": 0,\n                \"end_date\": \"2021-09-17\",\n                \"auto\": false,\n                \"prep_time_as_only\": 0,\n                \"category_display_hints\": null,\n                \"base_price\": 1000,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,80,50\",\n                    \"standard_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,220,200\",\n                    \"thumbnail\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,267,200\",\n                    \"standard\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 112011,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 251856,\n                \"item_size_id\": 3000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": 70000,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 100,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"French Fries\",\n                        \"description\": \"\",\n                        \"category\": \"Picklist Members\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"combo_item\",\n                        \"item_name\": \"French Fries\",\n                        \"unit_price\": 100,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 25183,\n                        \"item_classes\": null,\n                        \"external_category_id\": null,\n                        \"start_date\": \"2021-09-14\",\n                        \"ref_name\": \"\",\n                        \"menu_id\": 100,\n                        \"item_config_id\": 41713,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 100,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,80,50\",\n                            \"standard_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,220,200\",\n                            \"thumbnail\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,267,200\",\n                            \"standard\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 111985,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 251856,\n                        \"order_item_id\": 251857,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 11830,\n                        \"external_id\": null,\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 11829,\n                \"external_id\": \"55551\",\n                \"quantity\": 1\n            },\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 300,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Egg Item (Allergy)\",\n                \"description\": \"\",\n                \"category\": \"Entrees\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Egg Item (Allergy)\",\n                \"unit_price\": 300,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"item_classes\": null,\n                \"external_category_id\": \"12564\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 100,\n                \"item_config_id\": 43741,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,80,50\",\n                    \"standard_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,220,200\",\n                    \"thumbnail\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,267,200\",\n                    \"standard\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,600,450\"\n                },\n                \"base_price\": 300,\n                \"category_display_hints\": null,\n                \"free_qty\": 0,\n                \"item_id\": 113117,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 251858,\n                \"item_size_id\": null,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 11829,\n                \"external_id\": null,\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-08-31T11:31:00-04:00\",\n        \"allow_tip\": true,\n        \"po_number\": null,\n        \"service_type_external_id\": \"4\",\n        \"created\": \"2023-08-31 10:55:27.637572\",\n        \"checkin_acknowledged_ts\": null,\n        \"charges\": {\n            \"total_cents\": 1366,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1400,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 176,\n            \"discount_cents\": -210,\n            \"preauth_cents\": 1366,\n            \"rewards_cents\": null,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1366\n        },\n        \"is_asap\": false,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 0,\n                \"payment_id\": \"b6064dd2-480e-11ee-b73e-001a6436ce70\",\n                \"amount_cents\": 1366,\n                \"trans_type\": \"Authorization\",\n                \"cc_type\": \"Visa\",\n                \"cc_account_id\": 33658,\n                \"trans_stamp\": \"08/31/2023 10:57\",\n                \"last_four\": \"1111\",\n                \"card_type_id\": 1,\n                \"display_name\": null,\n                \"cc_name\": \"Andrew Boryk\"\n            }\n        ],\n        \"prep_time\": 30,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        }\n    },\n    \"coupons\": [\n        {\n            \"order_item_coupon_id\": 4105,\n            \"name\": \"Percent15\",\n            \"applied_value\": -210,\n            \"value\": null,\n            \"coupon_id\": 711,\n            \"is_loyalty\": false,\n            \"clu\": \"percent15\",\n            \"apply_to_total\": false,\n            \"start_date\": \"2022-12-28\",\n            \"description\": \"15% Off Discount for BSL test\"\n        }\n    ]\n}"},{"id":"bfed288c-e0c2-4256-91ad-0cb109c85a6c","name":"Success - Order Level Pick Lists (Upsells at Checkout)","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:30:16 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71470"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": [\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Other users also like\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2655,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6192,\n                        \"description\": \"Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1090)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\"\n                        },\n                        \"compositeid\": \"1637/2655/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2655\",\n                        \"item_size_id\": null,\n                        \"name\": \"Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"71970f32-c514-4f87-8198-a657f17a9ae2\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2659,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Marinara Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Marinara Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6196,\n                        \"item_image\": \"item_2659\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\"\n                        },\n                        \"compositeid\": \"1637/2659/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Marinara Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"36dee007-55a7-4f1a-bf56-5cb57528d3d4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2795,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ranch\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ranch\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6358,\n                        \"item_image\": \"item_2795\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\"\n                        },\n                        \"compositeid\": \"1637/2795/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ranch\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"54d23c1a-e748-4512-8089-1cdc424d26fc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36848,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1637,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 0,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            },\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Bego Also Likes\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2432,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"min_qty\": 1,\n                        \"description\": \"Chocolate Chip Cookie Dough Chunks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5939,\n                        \"item_image\": \"item_2432\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\"\n                        },\n                        \"compositeid\": \"1638/2432/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"4c6d851d-ccee-43a5-ab8c-2f4297b7afd1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2433,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5940,\n                        \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                        },\n                        \"compositeid\": \"1638/2433/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2433\",\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2496,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cinnamon Sticks\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cinnamon Sticks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6042,\n                        \"description\": \"Freshly-baked house-made Dough topped with Cinnamon Sugar. Comes with sweet icing dipping sauce.\\r\\n(Cals: 620)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\"\n                        },\n                        \"compositeid\": \"1638/2496/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2496\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cinnamon Sticks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"723cdd10-88fa-413d-9a8e-2ffd58035caa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2501,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cookies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cookies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6047,\n                        \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                        },\n                        \"compositeid\": \"1638/2501/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2501\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cookies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2452,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Brownies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Brownies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5988,\n                        \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                        },\n                        \"compositeid\": \"1638/2452/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2452\",\n                        \"item_size_id\": null,\n                        \"name\": \"Brownies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36850,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1638,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 36851,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            }\n        ]\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:50:14-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:50 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 06:50 pm.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1645,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 86,\n            \"remaining_cents\": 1645,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1645\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"11.59\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.86\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"16.45\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"16.45\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"9d8113f8-0051-4e74-979c-013a4ca1127f","name":"Success - Error with Item in Order","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:30:16 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71470"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": [\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Other users also like\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2754,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Papa Platter\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Papa Platter\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6305,\n                        \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1200/ Spaghetti 1140)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\"\n                        },\n                        \"compositeid\": \"1637/2754/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            9,\n                            11\n                        ],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2754\",\n                        \"item_size_id\": null,\n                        \"name\": \"Papa Platter\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"test_class\": true,\n                            \"hotfood\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"891964c8-8087-48de-b4ab-f962a305b45e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2480,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken & Broccoli Alfredo\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken & Broccoli Alfredo\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6026,\n                        \"description\": \"All white meat Chicken Breast and fresh Broccoli tossed with Spaghetti or Penne, in a light and delicious Alfredo Sauce. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1150/ Spaghetti 1030)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\"\n                        },\n                        \"compositeid\": \"1637/2480/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2480\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken & Broccoli Alfredo\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"29bacc8a-141a-47b9-9d91-88fb01b2f7cc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2485,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken Parmigiana\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken Parmigiana\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6031,\n                        \"description\": \"Golden-brown Chicken Parmigiana with your choice of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1240/ Spaghetti 1170)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\"\n                        },\n                        \"compositeid\": \"1637/2485/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2485\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken Parmigiana\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"a0afdb28-019a-4334-b958-86a54e03e744\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2758,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 999,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 999,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta with Meatballs\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta with Meatballs\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6310,\n                        \"description\": \"A generous portion of Spaghetti or Penne prepared to order and topped with our delicious Marinara and Meatballs. Served with Cheese Breadsticks.\\r\\n(Cals: Penne 1070/ Spaghetti 990)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\"\n                        },\n                        \"compositeid\": \"1637/2758/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2758\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta with Meatballs\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"07bc59a8-c38f-4871-89de-5036fffd8bfa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2756,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 899,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 899,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta Marinara\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta Marinara\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$8.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6308,\n                        \"description\": \"A generous portion of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 730)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\"\n                        },\n                        \"compositeid\": \"1637/2756/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2756\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta Marinara\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"09c8d1a9-936c-492d-8601-19240003e021\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2475,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cheese Ravioli\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cheese Ravioli\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6020,\n                        \"description\": \"Six jumbo Cheese Ravioli topped with our delicious Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 760)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\"\n                        },\n                        \"compositeid\": \"1637/2475/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2475\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cheese Ravioli\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"3903ac84-3716-4c36-aa86-35addc0e4414\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2655,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6192,\n                        \"description\": \"Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1090)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\"\n                        },\n                        \"compositeid\": \"1637/2655/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2655\",\n                        \"item_size_id\": null,\n                        \"name\": \"Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"71970f32-c514-4f87-8198-a657f17a9ae2\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2460,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Buffalo Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5995,\n                        \"description\": \"Spicy Buffalo Chicken and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1550)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\"\n                        },\n                        \"compositeid\": \"1637/2460/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2460\",\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"7be15da7-c7f0-451d-a84c-2a3e17e7a5d8\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2422,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Bacon Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Bacon Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5920,\n                        \"description\": \"Crispy Bacon and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1310)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\"\n                        },\n                        \"compositeid\": \"1637/2422/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2422\",\n                        \"item_size_id\": null,\n                        \"name\": \"Bacon Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"1cb53074-d5a0-4b1d-bf03-4e14435bef51\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2659,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Marinara Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Marinara Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6196,\n                        \"item_image\": \"item_2659\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\"\n                        },\n                        \"compositeid\": \"1637/2659/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Marinara Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"36dee007-55a7-4f1a-bf56-5cb57528d3d4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2443,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Blue Cheese Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Blue Cheese Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5959,\n                        \"item_image\": \"item_2443\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\"\n                        },\n                        \"compositeid\": \"1637/2443/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Blue Cheese Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b6643c4c-565b-4f0d-b336-56d0ff79a163\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2464,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Caesar Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Caesar Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5999,\n                        \"item_image\": \"item_2464\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\"\n                        },\n                        \"compositeid\": \"1637/2464/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Caesar Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"cc6a1c23-5096-4aa2-9c6e-70089873f2bc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2557,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": [\n                                \"Milk\",\n                                \"Eggs\"\n                            ]\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Greek Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Greek Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6108,\n                        \"item_image\": \"item_2557\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\"\n                        },\n                        \"compositeid\": \"1637/2557/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Greek Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"112e7f3a-dd8a-4bd3-bf32-171c345c313b\",\n                        \"allergen_ids\": [\n                            1,\n                            2\n                        ],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2574,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Honey Mustard Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Honey Mustard Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6151,\n                        \"item_image\": \"item_2574\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\"\n                        },\n                        \"compositeid\": \"1637/2574/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Honey Mustard Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"0e7e0a13-9664-4efb-981c-619f027d401f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2581,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Italian Romano Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Italian Romano Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6158,\n                        \"item_image\": \"item_2581\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\"\n                        },\n                        \"compositeid\": \"1637/2581/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Italian Romano Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"1164fe6f-fd26-4bdc-81df-9c2f8d890ef4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2648,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Light Olive Oil Vinaigrette\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Light Olive Oil Vinaigrette\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6184,\n                        \"item_image\": \"item_2648\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\"\n                        },\n                        \"compositeid\": \"1637/2648/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Light Olive Oil Vinaigrette\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"345b644a-ca50-4f19-9d61-e3faaa588b88\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2795,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ranch\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ranch\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6358,\n                        \"item_image\": \"item_2795\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\"\n                        },\n                        \"compositeid\": \"1637/2795/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ranch\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"54d23c1a-e748-4512-8089-1cdc424d26fc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2903,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Thousand Island Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Thousand Island Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6428,\n                        \"item_image\": \"item_2903\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\"\n                        },\n                        \"compositeid\": \"1637/2903/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Thousand Island Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"d2af41f8-d9ec-43a4-97e8-54afe2728c4e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2589,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 100,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 100,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Jimmy Fund $1 Donation\",\n                        \"min_qty\": 1,\n                        \"description\": \"100% of your donation will go to Dana-Farber Cancer Institute. \",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$1.00\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Jimmy Fund $1 Donation\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6177,\n                        \"item_image\": \"item_2589\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\"\n                        },\n                        \"compositeid\": \"1637/2589/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Jimmy Fund $1 Donation\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"44d38eb7-f5a0-4660-8f24-92098535e5a6\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5387,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Barbecue Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Barbecue Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6522,\n                        \"item_image\": \"item_5387\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\"\n                        },\n                        \"compositeid\": \"1637/5387/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Barbecue Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"a17d3f26-9900-429d-ac5a-d73842afbbf1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5388,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Buffalo Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6523,\n                        \"item_image\": \"item_5388\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\"\n                        },\n                        \"compositeid\": \"1637/5388/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"31aedfbc-fa0f-48dc-a0fa-5bc19a4ae046\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5456,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Sweet Chili Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Sweet Chili Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7261,\n                        \"item_image\": \"item_5456\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\"\n                        },\n                        \"compositeid\": \"1637/5456/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Sweet Chili Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"c2fab8ec-e36c-4886-afcb-abcf6c837b34\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5457,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Teriyaki Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Teriyaki Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7262,\n                        \"item_image\": \"item_5457\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\"\n                        },\n                        \"compositeid\": \"1637/5457/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Teriyaki Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b04c156d-a827-4513-8c82-253df15b606f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36848,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1637,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 0,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            },\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Bego Also Likes\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2432,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"min_qty\": 1,\n                        \"description\": \"Chocolate Chip Cookie Dough Chunks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5939,\n                        \"item_image\": \"item_2432\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\"\n                        },\n                        \"compositeid\": \"1638/2432/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"4c6d851d-ccee-43a5-ab8c-2f4297b7afd1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2433,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5940,\n                        \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                        },\n                        \"compositeid\": \"1638/2433/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2433\",\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2496,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cinnamon Sticks\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cinnamon Sticks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6042,\n                        \"description\": \"Freshly-baked house-made Dough topped with Cinnamon Sugar. Comes with sweet icing dipping sauce.\\r\\n(Cals: 620)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\"\n                        },\n                        \"compositeid\": \"1638/2496/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2496\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cinnamon Sticks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"723cdd10-88fa-413d-9a8e-2ffd58035caa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2501,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cookies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cookies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6047,\n                        \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                        },\n                        \"compositeid\": \"1638/2501/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2501\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cookies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2452,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Brownies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Brownies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5988,\n                        \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                        },\n                        \"compositeid\": \"1638/2452/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2452\",\n                        \"item_size_id\": null,\n                        \"name\": \"Brownies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36850,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1638,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 36851,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            }\n        ]\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:57:42-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:57 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"item_errors\": \"There is a problem with an item on your order.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            },\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"errors\": {\n                    \"child_quantity\": \"A selection is required for \\\"Make it Cheesier?\\\".\"\n                },\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306371,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 2885,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 2318,\n            \"tax_cents\": 167,\n            \"remaining_cents\": 2885,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 2885\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"23.18\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"1.67\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"28.85\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"28.85\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"28003f18-6c74-4934-9eff-a3227478e4a0","name":"Success - Need More Time","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:30:16 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71470"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": [\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Other users also like\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2754,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Papa Platter\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Papa Platter\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6305,\n                        \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1200/ Spaghetti 1140)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\"\n                        },\n                        \"compositeid\": \"1637/2754/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            9,\n                            11\n                        ],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2754\",\n                        \"item_size_id\": null,\n                        \"name\": \"Papa Platter\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"test_class\": true,\n                            \"hotfood\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"891964c8-8087-48de-b4ab-f962a305b45e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2480,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken & Broccoli Alfredo\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken & Broccoli Alfredo\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6026,\n                        \"description\": \"All white meat Chicken Breast and fresh Broccoli tossed with Spaghetti or Penne, in a light and delicious Alfredo Sauce. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1150/ Spaghetti 1030)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\"\n                        },\n                        \"compositeid\": \"1637/2480/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2480\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken & Broccoli Alfredo\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"29bacc8a-141a-47b9-9d91-88fb01b2f7cc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2485,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken Parmigiana\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken Parmigiana\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6031,\n                        \"description\": \"Golden-brown Chicken Parmigiana with your choice of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1240/ Spaghetti 1170)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\"\n                        },\n                        \"compositeid\": \"1637/2485/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2485\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken Parmigiana\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"a0afdb28-019a-4334-b958-86a54e03e744\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2758,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 999,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 999,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta with Meatballs\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta with Meatballs\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6310,\n                        \"description\": \"A generous portion of Spaghetti or Penne prepared to order and topped with our delicious Marinara and Meatballs. Served with Cheese Breadsticks.\\r\\n(Cals: Penne 1070/ Spaghetti 990)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\"\n                        },\n                        \"compositeid\": \"1637/2758/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2758\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta with Meatballs\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"07bc59a8-c38f-4871-89de-5036fffd8bfa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2756,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 899,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 899,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta Marinara\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta Marinara\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$8.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6308,\n                        \"description\": \"A generous portion of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 730)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\"\n                        },\n                        \"compositeid\": \"1637/2756/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2756\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta Marinara\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"09c8d1a9-936c-492d-8601-19240003e021\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2475,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cheese Ravioli\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cheese Ravioli\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6020,\n                        \"description\": \"Six jumbo Cheese Ravioli topped with our delicious Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 760)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\"\n                        },\n                        \"compositeid\": \"1637/2475/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2475\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cheese Ravioli\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"3903ac84-3716-4c36-aa86-35addc0e4414\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2655,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6192,\n                        \"description\": \"Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1090)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\"\n                        },\n                        \"compositeid\": \"1637/2655/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2655\",\n                        \"item_size_id\": null,\n                        \"name\": \"Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"71970f32-c514-4f87-8198-a657f17a9ae2\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2460,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Buffalo Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5995,\n                        \"description\": \"Spicy Buffalo Chicken and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1550)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\"\n                        },\n                        \"compositeid\": \"1637/2460/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2460\",\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"7be15da7-c7f0-451d-a84c-2a3e17e7a5d8\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2422,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Bacon Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Bacon Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5920,\n                        \"description\": \"Crispy Bacon and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1310)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\"\n                        },\n                        \"compositeid\": \"1637/2422/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2422\",\n                        \"item_size_id\": null,\n                        \"name\": \"Bacon Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"1cb53074-d5a0-4b1d-bf03-4e14435bef51\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2659,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Marinara Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Marinara Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6196,\n                        \"item_image\": \"item_2659\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\"\n                        },\n                        \"compositeid\": \"1637/2659/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Marinara Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"36dee007-55a7-4f1a-bf56-5cb57528d3d4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2443,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Blue Cheese Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Blue Cheese Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5959,\n                        \"item_image\": \"item_2443\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\"\n                        },\n                        \"compositeid\": \"1637/2443/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Blue Cheese Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b6643c4c-565b-4f0d-b336-56d0ff79a163\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2464,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Caesar Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Caesar Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5999,\n                        \"item_image\": \"item_2464\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\"\n                        },\n                        \"compositeid\": \"1637/2464/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Caesar Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"cc6a1c23-5096-4aa2-9c6e-70089873f2bc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2557,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": [\n                                \"Milk\",\n                                \"Eggs\"\n                            ]\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Greek Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Greek Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6108,\n                        \"item_image\": \"item_2557\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\"\n                        },\n                        \"compositeid\": \"1637/2557/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Greek Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"112e7f3a-dd8a-4bd3-bf32-171c345c313b\",\n                        \"allergen_ids\": [\n                            1,\n                            2\n                        ],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2574,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Honey Mustard Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Honey Mustard Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6151,\n                        \"item_image\": \"item_2574\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\"\n                        },\n                        \"compositeid\": \"1637/2574/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Honey Mustard Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"0e7e0a13-9664-4efb-981c-619f027d401f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2581,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Italian Romano Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Italian Romano Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6158,\n                        \"item_image\": \"item_2581\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\"\n                        },\n                        \"compositeid\": \"1637/2581/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Italian Romano Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"1164fe6f-fd26-4bdc-81df-9c2f8d890ef4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2648,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Light Olive Oil Vinaigrette\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Light Olive Oil Vinaigrette\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6184,\n                        \"item_image\": \"item_2648\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\"\n                        },\n                        \"compositeid\": \"1637/2648/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Light Olive Oil Vinaigrette\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"345b644a-ca50-4f19-9d61-e3faaa588b88\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2795,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ranch\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ranch\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6358,\n                        \"item_image\": \"item_2795\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\"\n                        },\n                        \"compositeid\": \"1637/2795/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ranch\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"54d23c1a-e748-4512-8089-1cdc424d26fc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2903,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Thousand Island Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Thousand Island Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6428,\n                        \"item_image\": \"item_2903\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\"\n                        },\n                        \"compositeid\": \"1637/2903/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Thousand Island Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"d2af41f8-d9ec-43a4-97e8-54afe2728c4e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2589,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 100,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 100,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Jimmy Fund $1 Donation\",\n                        \"min_qty\": 1,\n                        \"description\": \"100% of your donation will go to Dana-Farber Cancer Institute. \",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$1.00\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Jimmy Fund $1 Donation\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6177,\n                        \"item_image\": \"item_2589\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\"\n                        },\n                        \"compositeid\": \"1637/2589/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Jimmy Fund $1 Donation\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"44d38eb7-f5a0-4660-8f24-92098535e5a6\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5387,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Barbecue Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Barbecue Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6522,\n                        \"item_image\": \"item_5387\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\"\n                        },\n                        \"compositeid\": \"1637/5387/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Barbecue Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"a17d3f26-9900-429d-ac5a-d73842afbbf1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5388,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Buffalo Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6523,\n                        \"item_image\": \"item_5388\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\"\n                        },\n                        \"compositeid\": \"1637/5388/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"31aedfbc-fa0f-48dc-a0fa-5bc19a4ae046\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5456,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Sweet Chili Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Sweet Chili Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7261,\n                        \"item_image\": \"item_5456\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\"\n                        },\n                        \"compositeid\": \"1637/5456/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Sweet Chili Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"c2fab8ec-e36c-4886-afcb-abcf6c837b34\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5457,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Teriyaki Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Teriyaki Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7262,\n                        \"item_image\": \"item_5457\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\"\n                        },\n                        \"compositeid\": \"1637/5457/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Teriyaki Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b04c156d-a827-4513-8c82-253df15b606f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36848,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1637,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 0,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            },\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Bego Also Likes\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2432,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"min_qty\": 1,\n                        \"description\": \"Chocolate Chip Cookie Dough Chunks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5939,\n                        \"item_image\": \"item_2432\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\"\n                        },\n                        \"compositeid\": \"1638/2432/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"4c6d851d-ccee-43a5-ab8c-2f4297b7afd1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2433,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5940,\n                        \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                        },\n                        \"compositeid\": \"1638/2433/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2433\",\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2496,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cinnamon Sticks\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cinnamon Sticks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6042,\n                        \"description\": \"Freshly-baked house-made Dough topped with Cinnamon Sugar. Comes with sweet icing dipping sauce.\\r\\n(Cals: 620)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\"\n                        },\n                        \"compositeid\": \"1638/2496/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2496\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cinnamon Sticks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"723cdd10-88fa-413d-9a8e-2ffd58035caa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2501,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cookies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cookies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6047,\n                        \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                        },\n                        \"compositeid\": \"1638/2501/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2501\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cookies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2452,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Brownies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Brownies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5988,\n                        \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                        },\n                        \"compositeid\": \"1638/2452/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2452\",\n                        \"item_size_id\": null,\n                        \"name\": \"Brownies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36850,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1638,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 36851,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            }\n        ]\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:57:42-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:57 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 06:57 pm.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            },\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"errors\": {\n                    \"child_quantity\": \"A selection is required for \\\"Make it Cheesier?\\\".\"\n                },\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306371,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 2885,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 2318,\n            \"tax_cents\": 167,\n            \"remaining_cents\": 2885,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 2885\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"23.18\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"1.67\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"28.85\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"28.85\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"2c05c497-bbbd-49b7-b9f2-336881f0b2e4"},{"name":"Cancel Order","id":"eb21e4a0-9341-4553-aac0-5ed5bd30b5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/orders/{{order_id}}?customer_id={{customer_id}}","urlObject":{"path":["orders","{{order_id}}"],"host":["{{baseUrl}}"],"query":[{"key":"customer_id","value":"{{customer_id}}"}],"variable":[]}},"response":[{"id":"3235703a-f4f7-4529-86aa-bc649299d223","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/orders/{{order_id}}?customer_id={{customer_id}}","host":["{{baseUrl}}"],"path":["orders","{{order_id}}"],"query":[{"key":"customer_id","value":"{{customer_id}}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 21:34:19 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"43"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": \"Order 1895 successfully cancelled\"\n}"},{"id":"7e841bbf-d4e3-4bf5-8e0c-5fcf744fb6c3","name":"Failure: Order Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/orders/{{order_id}}?customer_id={{customer_id}}","host":["{{baseUrl}}"],"path":["orders","{{order_id}}"],"query":[{"key":"customer_id","value":"{{customer_id}}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 21:34:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"33"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Order does not exist\"\n}"}],"_postman_id":"eb21e4a0-9341-4553-aac0-5ed5bd30b5fa"}],"id":"2712e055-5ea5-4058-aee7-33aecea9b74e","_postman_id":"2712e055-5ea5-4058-aee7-33aecea9b74e","description":""},{"name":"Items","item":[{"name":"Add Item to Order","id":"61b7ad5a-4c48-472a-bb42-e2e12d7f94ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"items\": [\n        {\n            \"menu_id\": 1,\n            \"quantity\": 3,\n            \"item_id\": 2910,\n            \"category_id\": 886,\n            \"child_items\": [\n                {\n                    \"menu_id\": 1,\n                    \"quantity\": 3,\n                    \"pick_list_id\": 1452,\n                    \"item_id\": 2710,\n                    \"category_id\": 762,\n                    \"style_id\": null,\n                    \"size_id\": null\n                }\n            ],\n            \"comment\": \"No sauce, please.\",\n            \"style_id\": null,\n            \"size_id\": 1000000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/items","description":"<p>Please note, when adding multiple quantities of a parent item, the child items must reflect the quantity of the parent item. So, for example, when add a parent item with a quantity of 2 please update the child item(s) quantity to 2. Alternatively, you can add another identical child item with a quantity of 1.</p>\n<p>For example, when adding an item with a quantity. This example has a parent item(154) of quantity two with two child items with quantity of two(119 and 60) and alternatively the same item(45) twice with a quantity of 1.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer_id\": 59256,\n  \"items\": [\n    {\n      \"menu_id\": 3,\n      \"quantity\": 2,\n      \"item_id\": 154,\n      \"category_id\": 8,\n      \"child_items\": [\n        {\n          \"category_id\": 4,\n          \"item_id\": 119,\n          \"menu_id\": 3,\n          \"pick_list_id\": 26,\n          \"quantity\": 2\n        },\n        {\n          \"category_id\": 4,\n          \"item_d\": 60,\n          \"menu_id\": 3,\n          \"pick_list_id\": 15,\n          \"quantity\": 2\n        },\n        {\n          \"category_id\": 4,\n          \"item_id\": 45,\n          \"menu_id\": 3,\n          \"pick_list_id\": 2,\n          \"quantity\": 1\n        },\n        {\n          \"category_id\": 4,\n          \"item_id\": 45,\n          \"menu_id\": 3,\n          \"pick_list_id\": 2,\n          \"quantity\": 1\n        }\n      ]\n    }\n  ]\n}\n</code></pre>\n<p>Also note to update an order items quantity, you can send the order_item_id that you received previously after adding the item to the order.</p>\n","urlObject":{"path":["orders","{{order_id}}","items"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3d2a5d54-b3ad-4cb3-8f41-d484e3dc4a31","name":"Success - Modifiers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"items\": [\n        {\n            \"menu_id\": 1,\n            \"quantity\": 1,\n            \"item_id\": 2910,\n            \"category_id\": 886,\n            \"child_items\": [\n                {\n                    \"menu_id\": 1,\n                    \"quantity\": 1,\n                    \"pick_list_id\": 1452,\n                    \"item_id\": 2710,\n                    \"category_id\": 762,\n                    \"style_id\": null,\n                    \"size_id\": null\n                }\n            ],\n            \"comment\": \"No sauce, please.\",\n            \"style_id\": null,\n            \"size_id\": 1000000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:37:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71602"},{"key":"Expires","value":"2023/02/24 06:37:40.931765 US/Eastern"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:57:42-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:57 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": null,\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1057,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            },\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"errors\": null,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306371,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 2885,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 2318,\n            \"tax_cents\": 167,\n            \"remaining_cents\": 2885,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 2885\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"23.18\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"1.67\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"28.85\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"28.85\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"bcdc32f8-c7c4-496c-a795-a18d781b8f38","name":"Success - Multiple Quantity for Parent Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"items\": [\n        {\n            \"menu_id\": 1,\n            \"quantity\": 3,\n            \"item_id\": 2910,\n            \"category_id\": 886,\n            \"child_items\": [\n                {\n                    \"menu_id\": 1,\n                    \"quantity\": 3, // Need to multiple modifier quantity by parent item quantity (all the way down through nested modifier as well)\n                    \"pick_list_id\": 1452,\n                    \"item_id\": 2710,\n                    \"category_id\": 762,\n                    \"style_id\": null,\n                    \"size_id\": null\n                }\n            ],\n            \"comment\": \"No sauce, please.\",\n            \"style_id\": null,\n            \"size_id\": 1000000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:33:00 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71717"},{"key":"Expires","value":"2023/02/24 11:32:56.866194 US/Eastern"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-25T00:07:58-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"12:07 AM 02/25/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": null,\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:15:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 3477,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306376,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 3,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Make it Cheesier\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306376,\n                        \"order_item_id\": 306377,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 3\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 3\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 12806,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 11590,\n            \"tax_cents\": 816,\n            \"remaining_cents\": 12806,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 12806\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 30,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"115.90\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"8.16\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"128.06\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"128.06\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"d2af73ef-be13-426a-824b-3a369ed6fda7","name":"Soft Failure - Error with Item in Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"items\": [\n        {\n            \"menu_id\": 1,\n            \"quantity\": 1,\n            \"item_id\": 2910,\n            \"category_id\": 886,\n            \"child_items\": [],\n            \"comment\": \"No sauce, please.\",\n            \"style_id\": null,\n            \"size_id\": 1000000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 23:37:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71602"},{"key":"Expires","value":"2023/02/24 06:37:40.931765 US/Eastern"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": [\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Other users also like\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2754,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Papa Platter\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Papa Platter\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6305,\n                        \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1200/ Spaghetti 1140)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\"\n                        },\n                        \"compositeid\": \"1637/2754/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            9,\n                            11\n                        ],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2754\",\n                        \"item_size_id\": null,\n                        \"name\": \"Papa Platter\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"test_class\": true,\n                            \"hotfood\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"891964c8-8087-48de-b4ab-f962a305b45e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2480,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken & Broccoli Alfredo\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken & Broccoli Alfredo\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6026,\n                        \"description\": \"All white meat Chicken Breast and fresh Broccoli tossed with Spaghetti or Penne, in a light and delicious Alfredo Sauce. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1150/ Spaghetti 1030)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\"\n                        },\n                        \"compositeid\": \"1637/2480/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2480\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken & Broccoli Alfredo\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"29bacc8a-141a-47b9-9d91-88fb01b2f7cc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2485,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken Parmigiana\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken Parmigiana\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6031,\n                        \"description\": \"Golden-brown Chicken Parmigiana with your choice of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1240/ Spaghetti 1170)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\"\n                        },\n                        \"compositeid\": \"1637/2485/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2485\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken Parmigiana\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"a0afdb28-019a-4334-b958-86a54e03e744\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2758,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 999,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 999,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta with Meatballs\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta with Meatballs\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6310,\n                        \"description\": \"A generous portion of Spaghetti or Penne prepared to order and topped with our delicious Marinara and Meatballs. Served with Cheese Breadsticks.\\r\\n(Cals: Penne 1070/ Spaghetti 990)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\"\n                        },\n                        \"compositeid\": \"1637/2758/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2758\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta with Meatballs\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"07bc59a8-c38f-4871-89de-5036fffd8bfa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2756,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 899,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 899,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta Marinara\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta Marinara\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$8.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6308,\n                        \"description\": \"A generous portion of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 730)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\"\n                        },\n                        \"compositeid\": \"1637/2756/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2756\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta Marinara\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"09c8d1a9-936c-492d-8601-19240003e021\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2475,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cheese Ravioli\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cheese Ravioli\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6020,\n                        \"description\": \"Six jumbo Cheese Ravioli topped with our delicious Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 760)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\"\n                        },\n                        \"compositeid\": \"1637/2475/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2475\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cheese Ravioli\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"3903ac84-3716-4c36-aa86-35addc0e4414\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2655,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6192,\n                        \"description\": \"Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1090)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\"\n                        },\n                        \"compositeid\": \"1637/2655/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2655\",\n                        \"item_size_id\": null,\n                        \"name\": \"Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"71970f32-c514-4f87-8198-a657f17a9ae2\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2460,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Buffalo Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5995,\n                        \"description\": \"Spicy Buffalo Chicken and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1550)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\"\n                        },\n                        \"compositeid\": \"1637/2460/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2460\",\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"7be15da7-c7f0-451d-a84c-2a3e17e7a5d8\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2422,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Bacon Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Bacon Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5920,\n                        \"description\": \"Crispy Bacon and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1310)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\"\n                        },\n                        \"compositeid\": \"1637/2422/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2422\",\n                        \"item_size_id\": null,\n                        \"name\": \"Bacon Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"1cb53074-d5a0-4b1d-bf03-4e14435bef51\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2659,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Marinara Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Marinara Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6196,\n                        \"item_image\": \"item_2659\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\"\n                        },\n                        \"compositeid\": \"1637/2659/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Marinara Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"36dee007-55a7-4f1a-bf56-5cb57528d3d4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2443,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Blue Cheese Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Blue Cheese Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5959,\n                        \"item_image\": \"item_2443\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\"\n                        },\n                        \"compositeid\": \"1637/2443/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Blue Cheese Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b6643c4c-565b-4f0d-b336-56d0ff79a163\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2464,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Caesar Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Caesar Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5999,\n                        \"item_image\": \"item_2464\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\"\n                        },\n                        \"compositeid\": \"1637/2464/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Caesar Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"cc6a1c23-5096-4aa2-9c6e-70089873f2bc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2557,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": [\n                                \"Milk\",\n                                \"Eggs\"\n                            ]\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Greek Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Greek Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6108,\n                        \"item_image\": \"item_2557\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\"\n                        },\n                        \"compositeid\": \"1637/2557/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Greek Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"112e7f3a-dd8a-4bd3-bf32-171c345c313b\",\n                        \"allergen_ids\": [\n                            1,\n                            2\n                        ],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2574,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Honey Mustard Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Honey Mustard Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6151,\n                        \"item_image\": \"item_2574\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\"\n                        },\n                        \"compositeid\": \"1637/2574/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Honey Mustard Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"0e7e0a13-9664-4efb-981c-619f027d401f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2581,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Italian Romano Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Italian Romano Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6158,\n                        \"item_image\": \"item_2581\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\"\n                        },\n                        \"compositeid\": \"1637/2581/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Italian Romano Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"1164fe6f-fd26-4bdc-81df-9c2f8d890ef4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2648,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Light Olive Oil Vinaigrette\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Light Olive Oil Vinaigrette\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6184,\n                        \"item_image\": \"item_2648\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\"\n                        },\n                        \"compositeid\": \"1637/2648/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Light Olive Oil Vinaigrette\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"345b644a-ca50-4f19-9d61-e3faaa588b88\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2795,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ranch\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ranch\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6358,\n                        \"item_image\": \"item_2795\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\"\n                        },\n                        \"compositeid\": \"1637/2795/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ranch\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"54d23c1a-e748-4512-8089-1cdc424d26fc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2903,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Thousand Island Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Thousand Island Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6428,\n                        \"item_image\": \"item_2903\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\"\n                        },\n                        \"compositeid\": \"1637/2903/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Thousand Island Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"d2af41f8-d9ec-43a4-97e8-54afe2728c4e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2589,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 100,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 100,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Jimmy Fund $1 Donation\",\n                        \"min_qty\": 1,\n                        \"description\": \"100% of your donation will go to Dana-Farber Cancer Institute. \",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$1.00\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Jimmy Fund $1 Donation\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6177,\n                        \"item_image\": \"item_2589\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\"\n                        },\n                        \"compositeid\": \"1637/2589/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Jimmy Fund $1 Donation\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"44d38eb7-f5a0-4660-8f24-92098535e5a6\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5387,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Barbecue Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Barbecue Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6522,\n                        \"item_image\": \"item_5387\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\"\n                        },\n                        \"compositeid\": \"1637/5387/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Barbecue Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"a17d3f26-9900-429d-ac5a-d73842afbbf1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5388,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Buffalo Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6523,\n                        \"item_image\": \"item_5388\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\"\n                        },\n                        \"compositeid\": \"1637/5388/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"31aedfbc-fa0f-48dc-a0fa-5bc19a4ae046\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5456,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Sweet Chili Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Sweet Chili Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7261,\n                        \"item_image\": \"item_5456\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\"\n                        },\n                        \"compositeid\": \"1637/5456/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Sweet Chili Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"c2fab8ec-e36c-4886-afcb-abcf6c837b34\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5457,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Teriyaki Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Teriyaki Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7262,\n                        \"item_image\": \"item_5457\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\"\n                        },\n                        \"compositeid\": \"1637/5457/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Teriyaki Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b04c156d-a827-4513-8c82-253df15b606f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36848,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1637,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 0,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            },\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Bego Also Likes\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2432,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"min_qty\": 1,\n                        \"description\": \"Chocolate Chip Cookie Dough Chunks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5939,\n                        \"item_image\": \"item_2432\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\"\n                        },\n                        \"compositeid\": \"1638/2432/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"4c6d851d-ccee-43a5-ab8c-2f4297b7afd1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2433,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5940,\n                        \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                        },\n                        \"compositeid\": \"1638/2433/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2433\",\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2496,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cinnamon Sticks\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cinnamon Sticks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6042,\n                        \"description\": \"Freshly-baked house-made Dough topped with Cinnamon Sugar. Comes with sweet icing dipping sauce.\\r\\n(Cals: 620)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\"\n                        },\n                        \"compositeid\": \"1638/2496/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2496\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cinnamon Sticks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"723cdd10-88fa-413d-9a8e-2ffd58035caa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2501,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cookies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cookies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6047,\n                        \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                        },\n                        \"compositeid\": \"1638/2501/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2501\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cookies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2452,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Brownies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Brownies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5988,\n                        \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                        },\n                        \"compositeid\": \"1638/2452/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2452\",\n                        \"item_size_id\": null,\n                        \"name\": \"Brownies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36850,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1638,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 36851,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            }\n        ]\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T18:57:42-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"06:57 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"item_errors\": \"There is a problem with an item on your order.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            },\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"errors\": {\n                    \"child_quantity\": \"A selection is required for \\\"Make it Cheesier?\\\".\"\n                },\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"unit_price\": 1159,\n                \"is_valid\": null,\n                \"pick_list_id\": null,\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306371,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 2885,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 2318,\n            \"tax_cents\": 167,\n            \"remaining_cents\": 2885,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 2885\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"23.18\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"1.67\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"28.85\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"28.85\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"61b7ad5a-4c48-472a-bb42-e2e12d7f94ae"},{"name":"Update Order Items","id":"4aaa887f-46f7-490a-9575-8347976c1b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"items\": [\n        {\n            \"menu_id\": 1,\n            \"quantity\": 2,\n            \"item_id\": 2910,\n            \"category_id\": 886,\n            \"order_item_id\": 306369,\n            \"child_items\": [\n                {\n                    \"menu_id\": 1,\n                    \"quantity\": 2,\n                    \"pick_list_id\": 1452,\n                    \"item_id\": 2710,\n                    \"category_id\": 762,\n                    \"order_item_id\": 306370,\n                    \"style_id\": null,\n                    \"size_id\": null\n                }\n            ],\n            \"comment\": \"No sauce, please.\",\n            \"style_id\": null,\n            \"size_id\": 1000000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/items","urlObject":{"path":["orders","{{order_id}}","items"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5d80d40b-a37e-4b51-bafb-99327fc70ba6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"items\": [\n        {\n            \"menu_id\": 1,\n            \"quantity\": 2,\n            \"item_id\": 2910,\n            \"category_id\": 886,\n            \"order_item_id\": 306369,\n            \"child_items\": [\n                {\n                    \"menu_id\": 1,\n                    \"quantity\": 2,\n                    \"pick_list_id\": 1452,\n                    \"item_id\": 2710,\n                    \"category_id\": 762,\n                    \"order_item_id\": 306370,\n                    \"style_id\": null,\n                    \"size_id\": null\n                }\n            ],\n            \"comment\": \"No sauce, please.\",\n            \"style_id\": null,\n            \"size_id\": 1000000\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:38:14 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71716"},{"key":"Expires","value":"2023/02/24 11:38:10.171201 US/Eastern"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T23:58:11-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"11:58 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": null,\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 2318,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 2,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Make it Cheesier\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 2\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 2\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 14046,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 12749,\n            \"tax_cents\": 897,\n            \"remaining_cents\": 14046,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 14046\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"127.49\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"8.97\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"140.46\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"140.46\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"4aaa887f-46f7-490a-9575-8347976c1b4b"},{"name":"Remove Item from Order","id":"7de11d3c-e3a9-42f9-bccb-575982196608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/items/{{order_item_id}}","urlObject":{"path":["orders","{{order_id}}","items","{{order_item_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2cf7bf96-1c6b-4035-807a-88dc54bab1cb","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/items/{{order_item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:18:27 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71470"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ROUTE_ID=.app-05-prod-14; path=/; Max-Age=86400; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-24T23:38:25-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"11:38 PM 02/24/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 11:38 pm.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1645,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 86,\n            \"remaining_cents\": 1645,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1645\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"11.59\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"0.86\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"16.45\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"16.45\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"7de11d3c-e3a9-42f9-bccb-575982196608"}],"id":"183d708f-55c8-43e7-82e5-8f94c973da78","_postman_id":"183d708f-55c8-43e7-82e5-8f94c973da78","description":""},{"name":"Discounts","item":[{"name":"Add Discount to an Order","id":"385d344c-bf33-4d19-806c-bf048ea8392d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"discount_code\": \"FREEBURGER\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/discount","urlObject":{"path":["orders","{{order_id}}","discount"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Include this parameter to show warnings</p>\n","type":"text/plain"},"key":"show_warnings","value":"true"}],"variable":[]}},"response":[{"id":"d79ae3fa-5a13-40c8-9653-f2d090727be9","name":"Failure: Discount Invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"discount_code\": \"FREEBURGER\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:43:17 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"71522"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"errors\": [\n        \"This discount code is not valid\"\n    ],\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": [\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Other users also like\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2754,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Papa Platter\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Papa Platter\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33696,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2724/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/4893/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 871,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1490/2696/871///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33697,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"a56e17bd-25fd-4fda-ae14-e410effaab4e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1490,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36456,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 33695,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2754-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2754-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2754,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6305,\n                                    \"pick_list_trigger_id\": 36821,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6305,\n                        \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1200/ Spaghetti 1140)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2754,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2754,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\"\n                        },\n                        \"compositeid\": \"1637/2754/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            9,\n                            11\n                        ],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2754\",\n                        \"item_size_id\": null,\n                        \"name\": \"Papa Platter\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"test_class\": true,\n                            \"hotfood\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2754,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"891964c8-8087-48de-b4ab-f962a305b45e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2480,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken & Broccoli Alfredo\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken & Broccoli Alfredo\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33404,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2715,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6268,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2715/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b05a70c1-2845-4f5e-96c3-1b0ee9434aac\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2697,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6250,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2697/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"be2107c0-0e35-47db-a8e2-f1567931148e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2686,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6239,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2686/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"266e1f13-cb4b-4ac4-92ca-097e55a71ff0\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/2696/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5377,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Parsley\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 884,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Parsley\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6510,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1444/5377/884///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Parsley\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ef4409bf-982f-4515-b968-8e6fb03642d1\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33402,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"4c72bccb-991f-4613-bbcb-a52338554e67\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1444,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 33403,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2480-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2480-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2480,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6026,\n                                    \"pick_list_trigger_id\": 36813,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6026,\n                        \"description\": \"All white meat Chicken Breast and fresh Broccoli tossed with Spaghetti or Penne, in a light and delicious Alfredo Sauce. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1150/ Spaghetti 1030)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2480,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2480,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\"\n                        },\n                        \"compositeid\": \"1637/2480/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2480\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken & Broccoli Alfredo\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2480,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"29bacc8a-141a-47b9-9d91-88fb01b2f7cc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2485,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1099,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1099,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Chicken Parmigiana\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Chicken Parmigiana\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$10.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33425,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1499-2704-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2704/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2730,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Provolone Cheese\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"NO Provolone Cheese\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [],\n                                                \"optional_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"checkbox\",\n                                                        \"prompt\": \"Sub for Provolone\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2888,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub American\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub American\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6411,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2888/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub American\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"e78b0988-6b09-46f5-b7d2-022efc962264\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2889,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Cheddar\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub for Provolone\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 883,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Cheddar\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6412,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1481/2889/883///1499-2730-861---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Cheddar\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"2eebd76a-2425-4581-8617-95091e142220\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2730,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6283,\n                                                        \"pick_list_trigger_id\": 33679,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"8fdc7349-d06e-40df-b2d3-3a1b7d1d9acd\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1481,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 0,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6283,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2730/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Provolone Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"949914ee-bac6-45e2-8e8c-f1f1004cb353\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/4893/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 861,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1499/2696/861///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33426,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"b6c4cc85-dae4-41d7-a3b3-df1b1556b59e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1499,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36454,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 33424,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2485-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2485-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2485,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6031,\n                                    \"pick_list_trigger_id\": 36814,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6031,\n                        \"description\": \"Golden-brown Chicken Parmigiana with your choice of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: Penne 1240/ Spaghetti 1170)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2485,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2485,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\"\n                        },\n                        \"compositeid\": \"1637/2485/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2485\",\n                        \"item_size_id\": null,\n                        \"name\": \"Chicken Parmigiana\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2485,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"a0afdb28-019a-4334-b958-86a54e03e744\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2758,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 999,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 999,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta with Meatballs\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta with Meatballs\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33717,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2724,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6277,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2724/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ba0bd1b3-09cb-49f1-9e57-faa450e092fe\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/4893/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 770,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1502/2696/770///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33718,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c37887dd-b0fe-4e61-b9d4-30b386d73611\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1502,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36458,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 33716,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2758-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2758-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2758,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6310,\n                                    \"pick_list_trigger_id\": 36823,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6310,\n                        \"description\": \"A generous portion of Spaghetti or Penne prepared to order and topped with our delicious Marinara and Meatballs. Served with Cheese Breadsticks.\\r\\n(Cals: Penne 1070/ Spaghetti 990)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2758,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2758,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\"\n                        },\n                        \"compositeid\": \"1637/2758/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2758\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta with Meatballs\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2758,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"07bc59a8-c38f-4871-89de-5036fffd8bfa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2756,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 899,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 899,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Pasta Marinara\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Pasta Marinara\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$8.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Pasta Choices\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2760,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Penne\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Penne\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6312,\n                                            \"item_image\": \"item_2760\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2760,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2760,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2760/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Penne\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2760,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"db5bd4e8-713a-4a78-bec4-f27c0c1ab3d4\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2884,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Spaghetti\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"Your choice of Spaghetti or Penne, two jumbo Cheese Ravioli and two Meatballs, topped with Marinara. Served with a Cheese Breadstick.\",\n                                            \"category\": \"Pasta Choices\",\n                                            \"end_date\": null,\n                                            \"catid\": 772,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Spaghetti\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6407,\n                                            \"item_image\": \"item_2884\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2884,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2884,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\"\n                                            },\n                                            \"compositeid\": \"1486/2884/772///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Spaghetti\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2884,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"59e32f79-85f0-43e3-8412-c5b6a343e4aa\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33710,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"9845ff47-aebd-43bf-96f1-deb4e2ba01f7\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1486,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/4893/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 836,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1432/2696/836///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33707,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"28e7c8e6-095d-4022-9556-5f0903d35def\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1432,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36457,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 33709,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2756-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2756-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2756,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6308,\n                                    \"pick_list_trigger_id\": 36822,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 5,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6308,\n                        \"description\": \"A generous portion of Spaghetti or Penne Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 730)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2756,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2756,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\"\n                        },\n                        \"compositeid\": \"1637/2756/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2756\",\n                        \"item_size_id\": null,\n                        \"name\": \"Pasta Marinara\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2756,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"09c8d1a9-936c-492d-8601-19240003e021\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2475,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cheese Ravioli\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cheese Ravioli\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 4893,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6506,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/4893/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"1f600efd-881d-4655-ba1f-7bd1068978d3\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove items\",\n                                            \"end_date\": null,\n                                            \"catid\": 749,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1427/2696/749///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33374,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"000a2923-c9d7-4026-b4c1-3edc6b60c48e\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1427,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36452,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 33376,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2475-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2475-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2475,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6020,\n                                    \"pick_list_trigger_id\": 36812,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6020,\n                        \"description\": \"Six jumbo Cheese Ravioli topped with our delicious Marinara. Served with a Cheese Breadstick.\\r\\n(Cals: 760)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2475,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2475,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\"\n                        },\n                        \"compositeid\": \"1637/2475/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2475\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cheese Ravioli\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2475,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"3903ac84-3716-4c36-aa86-35addc0e4414\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2655,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 949,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 949,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$9.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2689/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 903,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1468/2696/903///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33622,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"71f3be7e-dc28-412a-9dc2-b5009189ce4c\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1468,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36455,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 33623,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2655-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2655-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2655,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6192,\n                                    \"pick_list_trigger_id\": 36820,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6192,\n                        \"description\": \"Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1090)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2655,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2655,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\"\n                        },\n                        \"compositeid\": \"1637/2655/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2655\",\n                        \"item_size_id\": null,\n                        \"name\": \"Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2655,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"71970f32-c514-4f87-8198-a657f17a9ae2\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2460,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Buffalo Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2704,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Breaded Chicken\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"No Breaded Chicken\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Sub Grilled Chicken\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2891,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Sub Grilled Chicken\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Sub Grilled Chicken\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 796,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Sub Grilled Chicken\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6414,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1478/2891/796///1505-2704-896---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Sub Grilled Chicken\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"0788bb19-4780-4c00-8d5f-a065ac896c2f\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2704,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6257,\n                                                        \"pick_list_trigger_id\": 33677,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"889e022a-0920-47e2-8071-55e2c21e803f\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1478,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6257,\n                                            \"description\": \"\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2704/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_fallback\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Breaded Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"89d4b126-ee69-40e2-9efb-0a1dfdfff881\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2689/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2700,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"No Buffalo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"No Buffalo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6253,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2700/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"No Buffalo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac4efc39-6553-4a89-afe1-d6b74ebc6a54\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 896,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1505/2696/896///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33339,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c521b3c0-92cc-43ec-a4d9-99c8a4b48967\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1505,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36451,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 33338,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2460-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2460-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2460,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5995,\n                                    \"pick_list_trigger_id\": 36811,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5995,\n                        \"description\": \"Spicy Buffalo Chicken and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1550)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2460,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2460,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\"\n                        },\n                        \"compositeid\": \"1637/2460/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2460\",\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2460,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"7be15da7-c7f0-451d-a84c-2a3e17e7a5d8\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2422,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 1149,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 1149,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Bacon Mac & Cheese\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Bacon Mac & Cheese\",\n                        \"category\": \"Pasta\",\n                        \"end_date\": null,\n                        \"catid\": 856,\n                        \"extra_cost\": \"$11.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add-Ons\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2399,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 199,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 199,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5889,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2399/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a5fcf860-851e-411e-9fa5-9406bc7f4b0e\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2401,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Meatballs\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Meatballs\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5891,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2401/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Meatballs\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"dc522d7b-2b91-4612-b9fe-9944a3974060\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2483,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 449,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 449,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chicken Parm\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$4.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chicken Parm\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6029,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2483/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chicken Parm\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"013b7650-90cc-48a1-8765-e1ff3f65f7d2\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2817,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Sausage\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Sausage\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6389,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/2817/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Sausage\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7c6eac7d-ce11-455c-bab7-af0a1c230c5c\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5392,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 349,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 349,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Grilled Chicken\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$3.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Grilled Chicken\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6527,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5392/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Grilled Chicken\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"0c257df8-bb19-44e4-9344-73de7e6468c5\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5389,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 50,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 50,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Alfredo Sauce\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Alfredo Sauce\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6524,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5389/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Alfredo Sauce\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"841d0aa3-3dd3-4c9b-99d7-a8593d63d5d1\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5390,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Broccoli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Broccoli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6525,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5390/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Broccoli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3015d35c-a31e-4f46-87cb-92f5aefecc28\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5398,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Marinara\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Marinara\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6533,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5398/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Marinara\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9ee4dbe6-7a75-46d6-81ab-df509c36437a\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 150,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 150,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Asiago\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.50\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Asiago\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7214,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5433/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Asiago\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"44ed1540-9de7-4921-ae29-903a9ff50209\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 5432,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 180,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 180,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"2 Ravioli\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add-Ons\",\n                                            \"end_date\": null,\n                                            \"catid\": 850,\n                                            \"extra_cost\": \"$1.80\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"2 Ravioli\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7213,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1509/5432/850///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"2 Ravioli\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"afbc3c07-a717-4a32-92aa-673aecfbfc52\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36450,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"c89b170e-22e5-4486-83f6-b696693b2a06\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1509,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Add a 20oz soda or water.\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2415,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Aquafina - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Aquafina - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5904,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2415/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Aquafina - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"4f2e1b27-5f39-4e1f-9cf6-865ed8527357\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2766,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6326,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2766/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7e726964-eb3c-4a90-b668-37922ec279d9\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2518,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Diet Pepsi - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6060,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2518/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Diet Pepsi - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b747608e-7122-4dc9-ac12-f66b0b897402\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2673,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 299,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 299,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Mtn Dew - 20oz bottle\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Add a 20oz Soda or Water.\",\n                                            \"end_date\": null,\n                                            \"catid\": 806,\n                                            \"extra_cost\": \"$2.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Mtn Dew - 20oz bottle\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6220,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1482/2673/806///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Mtn Dew - 20oz bottle\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"39ed9cdd-6d43-4a9b-b2d0-a3ad04aa3c44\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": \"\",\n                                    \"us_displayorder\": 1,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33270,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"upsell\",\n                                    \"pick_list_external_id\": \"915db16e-3f8d-4edb-b1fe-d42eef719cac\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1482,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 2,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": \"\",\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Popular Additions\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2433,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 699,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 699,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$6.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Flavors\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2477,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Cherry Garcia\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Cherry Garcia\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6022,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2477/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Cherry Garcia\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2493,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6039,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2493/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Chip Cookie Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2494,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Fudge Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Fudge Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6040,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2494/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Fudge Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2567,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Half Baked\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Half Baked\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6135,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2567/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Half Baked\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2887,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Strawberry Cheesecake\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Strawberry Cheesecake\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6410,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2887/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Strawberry Cheesecake\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2908,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Tonight Dough\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Tonight Dough\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6442,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2908/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Tonight Dough\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2913,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Vanilla\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Flavors\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 814,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Vanilla\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6451,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1436/2913/814///1636-2433-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Vanilla\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2433,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5940,\n                                                        \"pick_list_trigger_id\": 33275,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1436,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5940,\n                                            \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2433/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2433\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2501,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cookies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Cookies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your favorite\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2495,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolatey Chunk\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolatey Chunk\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6041,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2495/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolatey Chunk\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2749,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Oatmeal Raisin\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Oatmeal Raisin\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6299,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2749/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Oatmeal Raisin\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2468,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Candy Cookie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your favorite\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 893,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Candy Cookie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6003,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1445/2468/893///1636-2501-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Candy Cookie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2501,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 6047,\n                                                        \"pick_list_trigger_id\": 33453,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1445,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6047,\n                                            \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2501/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2501\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cookies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2452,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 249,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 249,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Brownies\",\n                                            \"min_qty\": 1,\n                                            \"simple_name\": \"Brownies\",\n                                            \"category\": \"Popular Additions\",\n                                            \"end_date\": null,\n                                            \"catid\": 1471,\n                                            \"extra_cost\": \"$2.49\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                            \"style_name\": null,\n                                            \"child_pick_list_data\": {\n                                                \"pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"omit_fieldset\": false,\n                                                \"required_pick_lists\": [\n                                                    {\n                                                        \"display_style\": \"select\",\n                                                        \"prompt\": \"Select your Brownie flavor\",\n                                                        \"defaults_price\": 0,\n                                                        \"pick_list_items\": [\n                                                            {\n                                                                \"itemid\": 2492,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Chocolate Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Chocolate Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 6038,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2492/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Chocolate Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                                                \"allergen_ids\": []\n                                                            },\n                                                            {\n                                                                \"itemid\": 2438,\n                                                                \"style_footnote\": null,\n                                                                \"no_surcharge_price\": 0,\n                                                                \"extra\": null,\n                                                                \"item_style_id\": null,\n                                                                \"nutrition_matrix\": {\n                                                                    \"allergens\": null\n                                                                },\n                                                                \"baseprice\": 0,\n                                                                \"size_label\": \"Size\",\n                                                                \"itemname\": \"Blondie Brownie\",\n                                                                \"min_qty\": 1,\n                                                                \"description\": \"\",\n                                                                \"category\": \"Select your Brownie flavor\",\n                                                                \"end_date\": null,\n                                                                \"catid\": 779,\n                                                                \"extra_cost\": \"\",\n                                                                \"section\": null,\n                                                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                \"style_name\": null,\n                                                                \"simple_name\": \"Blondie Brownie\",\n                                                                \"start_date\": null,\n                                                                \"item_config_id\": 5954,\n                                                                \"item_image\": \"item_fallback\",\n                                                                \"short_name\": null,\n                                                                \"image_urls\": {\n                                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                                },\n                                                                \"compositeid\": \"1501/2438/779///1636-2452-1471---1637-2422-856---\",\n                                                                \"size_name\": null,\n                                                                \"section_name\": null,\n                                                                \"style_label\": \"Style\",\n                                                                \"class_ids\": [],\n                                                                \"section_external_id\": null,\n                                                                \"item_size_id\": null,\n                                                                \"name\": \"Blondie Brownie\",\n                                                                \"default_qty\": 0,\n                                                                \"menuid\": 1,\n                                                                \"enabled\": true,\n                                                                \"size_footnote\": null,\n                                                                \"item_type\": null,\n                                                                \"classes\": {},\n                                                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                                \"category_description\": null,\n                                                                \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                                                \"allergen_ids\": []\n                                                            }\n                                                        ],\n                                                        \"max_unique\": null,\n                                                        \"trig_itemid\": 2452,\n                                                        \"free_after\": null,\n                                                        \"plural_selection_label\": null,\n                                                        \"us_displayorder\": null,\n                                                        \"trig_config_id\": 5988,\n                                                        \"pick_list_trigger_id\": 33305,\n                                                        \"customize_only\": false,\n                                                        \"pick_list_type\": \"modifier\",\n                                                        \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                                        \"req_item_class\": null,\n                                                        \"pick_list_id\": 1501,\n                                                        \"show_qty\": false,\n                                                        \"free_up_to\": null,\n                                                        \"trig_display_order\": 1,\n                                                        \"mincount\": 1,\n                                                        \"req_pick_list\": null,\n                                                        \"req_min_count\": null,\n                                                        \"selection_label\": null,\n                                                        \"display_hints\": null,\n                                                        \"req_max_count\": null,\n                                                        \"defaults_are_free\": false,\n                                                        \"maxcount\": 1\n                                                    }\n                                                ],\n                                                \"optional_pick_lists\": [],\n                                                \"bulk_item\": null\n                                            },\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5988,\n                                            \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                                            },\n                                            \"compositeid\": \"1636/2452/1471///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_image\": \"item_2452\",\n                                            \"item_size_id\": null,\n                                            \"name\": \"Brownies\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 36810,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"5dfef89d-d232-4896-9472-9061470038d6\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1636,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 3,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                },\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Remove Items\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2689,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Asiago Cheese\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Asiago Cheese\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6242,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2689/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Asiago Cheese\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"294065f6-4d60-47e5-bca9-2dc64f76c142\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2696,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"NO Breadsticks\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Remove Items\",\n                                            \"end_date\": null,\n                                            \"catid\": 778,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"NO Breadsticks\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6249,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1511/2696/778///1637-2422-856---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"NO Breadsticks\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"94397fff-d3e6-4fe7-83c4-113a1570cfd6\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2422,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5920,\n                                    \"pick_list_trigger_id\": 33272,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"cb5b2a83-8df0-4652-a03f-55a9acfa4d13\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1511,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 4,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 99\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5920,\n                        \"description\": \"Crispy Bacon and Macaroni in a creamy Cheese Sauce with Asiago Cheese. Served with a Cheese Breadstick.\\r\\n(Cals: 1310)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2422,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2422,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\"\n                        },\n                        \"compositeid\": \"1637/2422/856///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2422\",\n                        \"item_size_id\": null,\n                        \"name\": \"Bacon Mac & Cheese\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2422,600,450\",\n                        \"category_description\": \"Pasta will make you so happy!  Cheese breadsticks on the side? Yes please.\",\n                        \"external_id\": \"1cb53074-d5a0-4b1d-bf03-4e14435bef51\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2659,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Marinara Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Marinara Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6196,\n                        \"item_image\": \"item_2659\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2659,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2659,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\"\n                        },\n                        \"compositeid\": \"1637/2659/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Marinara Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2659,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"36dee007-55a7-4f1a-bf56-5cb57528d3d4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2443,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Blue Cheese Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Blue Cheese Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5959,\n                        \"item_image\": \"item_2443\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2443,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2443,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\"\n                        },\n                        \"compositeid\": \"1637/2443/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Blue Cheese Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2443,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b6643c4c-565b-4f0d-b336-56d0ff79a163\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2464,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Caesar Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Caesar Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5999,\n                        \"item_image\": \"item_2464\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2464,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2464,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\"\n                        },\n                        \"compositeid\": \"1637/2464/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Caesar Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2464,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"cc6a1c23-5096-4aa2-9c6e-70089873f2bc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2557,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": [\n                                \"Milk\",\n                                \"Eggs\"\n                            ]\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Greek Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Greek Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6108,\n                        \"item_image\": \"item_2557\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2557,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2557,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\"\n                        },\n                        \"compositeid\": \"1637/2557/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [\n                            2\n                        ],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Greek Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {\n                            \"vegan\": true\n                        },\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2557,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"112e7f3a-dd8a-4bd3-bf32-171c345c313b\",\n                        \"allergen_ids\": [\n                            1,\n                            2\n                        ],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2574,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Honey Mustard Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Honey Mustard Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6151,\n                        \"item_image\": \"item_2574\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2574,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2574,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\"\n                        },\n                        \"compositeid\": \"1637/2574/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Honey Mustard Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2574,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"0e7e0a13-9664-4efb-981c-619f027d401f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2581,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Italian Romano Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Italian Romano Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6158,\n                        \"item_image\": \"item_2581\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2581,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2581,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\"\n                        },\n                        \"compositeid\": \"1637/2581/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Italian Romano Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2581,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"1164fe6f-fd26-4bdc-81df-9c2f8d890ef4\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2648,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Light Olive Oil Vinaigrette\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Light Olive Oil Vinaigrette\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6184,\n                        \"item_image\": \"item_2648\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2648,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2648,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\"\n                        },\n                        \"compositeid\": \"1637/2648/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Light Olive Oil Vinaigrette\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2648,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"345b644a-ca50-4f19-9d61-e3faaa588b88\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2795,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ranch\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ranch\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6358,\n                        \"item_image\": \"item_2795\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2795,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2795,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\"\n                        },\n                        \"compositeid\": \"1637/2795/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ranch\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2795,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"54d23c1a-e748-4512-8089-1cdc424d26fc\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2903,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Thousand Island Dressing\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Thousand Island Dressing\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6428,\n                        \"item_image\": \"item_2903\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2903,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2903,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\"\n                        },\n                        \"compositeid\": \"1637/2903/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Thousand Island Dressing\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2903,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"d2af41f8-d9ec-43a4-97e8-54afe2728c4e\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2589,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 100,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 100,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Jimmy Fund $1 Donation\",\n                        \"min_qty\": 1,\n                        \"description\": \"100% of your donation will go to Dana-Farber Cancer Institute. \",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$1.00\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Jimmy Fund $1 Donation\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6177,\n                        \"item_image\": \"item_2589\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2589,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2589,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\"\n                        },\n                        \"compositeid\": \"1637/2589/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Jimmy Fund $1 Donation\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2589,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"44d38eb7-f5a0-4660-8f24-92098535e5a6\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5387,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Barbecue Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Barbecue Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6522,\n                        \"item_image\": \"item_5387\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5387,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5387,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\"\n                        },\n                        \"compositeid\": \"1637/5387/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Barbecue Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5387,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"a17d3f26-9900-429d-ac5a-d73842afbbf1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5388,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Buffalo Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Buffalo Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 6523,\n                        \"item_image\": \"item_5388\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5388,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5388,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\"\n                        },\n                        \"compositeid\": \"1637/5388/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Buffalo Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5388,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"31aedfbc-fa0f-48dc-a0fa-5bc19a4ae046\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5456,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Sweet Chili Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Sweet Chili Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7261,\n                        \"item_image\": \"item_5456\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5456,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5456,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\"\n                        },\n                        \"compositeid\": \"1637/5456/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Sweet Chili Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5456,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"c2fab8ec-e36c-4886-afcb-abcf6c837b34\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 5457,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 99,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 99,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Teriyaki Sauce\",\n                        \"min_qty\": 1,\n                        \"description\": \"\",\n                        \"category\": \"Extras\",\n                        \"end_date\": null,\n                        \"catid\": 901,\n                        \"extra_cost\": \"$0.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Teriyaki Sauce\",\n                        \"start_date\": null,\n                        \"item_config_id\": 7262,\n                        \"item_image\": \"item_5457\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_5457,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_5457,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\"\n                        },\n                        \"compositeid\": \"1637/5457/901///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Teriyaki Sauce\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_5457,600,450\",\n                        \"category_description\": \"Feeling saucy?\",\n                        \"external_id\": \"b04c156d-a827-4513-8c82-253df15b606f\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36848,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1637,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 0,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            },\n            {\n                \"display_style\": \"checkbox\",\n                \"prompt\": \"Bego Also Likes\",\n                \"defaults_price\": 0,\n                \"pick_list_items\": [\n                    {\n                        \"itemid\": 2432,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"min_qty\": 1,\n                        \"description\": \"Chocolate Chip Cookie Dough Chunks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                        \"style_name\": null,\n                        \"simple_name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"start_date\": null,\n                        \"item_config_id\": 5939,\n                        \"item_image\": \"item_2432\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2432,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2432,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\"\n                        },\n                        \"compositeid\": \"1638/2432/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Chocolate Chip Cookie Dough Chunks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2432,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"4c6d851d-ccee-43a5-ab8c-2f4297b7afd1\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2433,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Flavors\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2477,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Cherry Garcia\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Cherry Garcia\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6022,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2477/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Cherry Garcia\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"ac6434db-6806-4d3d-976e-3b7f469d7abf\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2493,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Chip Cookie Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Chip Cookie Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6039,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2493/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Chip Cookie Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"36c5f7ca-498e-472d-b1a4-91e1f5376939\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2494,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Fudge Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Fudge Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6040,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2494/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Fudge Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"209be732-a1fb-4a1b-a0be-7178b9a82d60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2567,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Half Baked\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Half Baked\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6135,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2567/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Half Baked\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"6f65b09f-e43d-472b-a0fc-d1bf5203233d\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2887,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Strawberry Cheesecake\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Strawberry Cheesecake\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6410,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2887/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Strawberry Cheesecake\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"d897da9e-574e-4189-81cc-3a68cde66fb7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2908,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Tonight Dough\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Tonight Dough\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6442,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2908/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Tonight Dough\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"19a377dd-2b48-433c-babe-7810ef0417f7\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2913,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Vanilla\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Flavors\",\n                                            \"end_date\": null,\n                                            \"catid\": 814,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Vanilla\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6451,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1436/2913/814///1638-2433-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Vanilla\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"9417bf79-f88f-4fec-a5da-b32370ee9288\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2433,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5940,\n                                    \"pick_list_trigger_id\": 33275,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"351f2d23-0fab-4949-90aa-f6c5831343c9\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1436,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5940,\n                        \"description\": \"Choose from an assortment of your favorite Ben & Jerry's flavors.\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2433,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2433,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\"\n                        },\n                        \"compositeid\": \"1638/2433/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2433\",\n                        \"item_size_id\": null,\n                        \"name\": \"Ben & Jerry's Ice Cream Pints\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2433,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7cf650e4-4407-4e15-88b7-504f8e1e975b\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2496,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 699,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 699,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cinnamon Sticks\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cinnamon Sticks\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$6.99\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [],\n                            \"optional_pick_lists\": [\n                                {\n                                    \"display_style\": \"checkbox\",\n                                    \"prompt\": \"Extra Icing\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 5460,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 99,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 99,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Extra Icing\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Extra Icing\",\n                                            \"end_date\": null,\n                                            \"catid\": 1714,\n                                            \"extra_cost\": \"$0.99\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Extra Icing\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 7265,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1626/5460/1714///1638-2496-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Extra Icing\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"79fe64de-5c2f-48c1-9a79-39554503e928\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2496,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6042,\n                                    \"pick_list_trigger_id\": 36476,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"06d2eea4-8128-4838-afd1-736b4d02044a\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1626,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 0,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6042,\n                        \"description\": \"Freshly-baked house-made Dough topped with Cinnamon Sugar. Comes with sweet icing dipping sauce.\\r\\n(Cals: 620)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2496,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2496,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\"\n                        },\n                        \"compositeid\": \"1638/2496/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2496\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cinnamon Sticks\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2496,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"723cdd10-88fa-413d-9a8e-2ffd58035caa\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2501,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Cookies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Cookies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your favorite\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2495,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolatey Chunk\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolatey Chunk\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6041,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2495/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolatey Chunk\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"787280cc-541a-4244-a26b-951a508e113f\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2749,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Oatmeal Raisin\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Oatmeal Raisin\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6299,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2749/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Oatmeal Raisin\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"bd846130-4fae-422d-91a0-301fbf561b60\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2468,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Candy Cookie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your favorite\",\n                                            \"end_date\": null,\n                                            \"catid\": 893,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Candy Cookie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6003,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1445/2468/893///1638-2501-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Candy Cookie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"3cf08a01-e897-45cd-a4fe-afbc1ea9d327\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2501,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 6047,\n                                    \"pick_list_trigger_id\": 33453,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"506da099-03b2-49ee-bddf-c11a0a8aea38\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1445,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 6047,\n                        \"description\": \"Choose from an assortment of our jumbo cookies.\\r\\n(Cals: 320-360)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2501,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2501,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\"\n                        },\n                        \"compositeid\": \"1638/2501/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2501\",\n                        \"item_size_id\": null,\n                        \"name\": \"Cookies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2501,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"a98ea57c-9ce2-4a91-af31-fed792caaf74\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    },\n                    {\n                        \"itemid\": 2452,\n                        \"style_footnote\": null,\n                        \"no_surcharge_price\": 249,\n                        \"extra\": null,\n                        \"item_style_id\": null,\n                        \"nutrition_matrix\": {\n                            \"allergens\": null\n                        },\n                        \"baseprice\": 249,\n                        \"size_label\": \"Size\",\n                        \"itemname\": \"Brownies\",\n                        \"min_qty\": 1,\n                        \"simple_name\": \"Brownies\",\n                        \"category\": \"Desserts & Ben & Jerry's\",\n                        \"end_date\": null,\n                        \"catid\": 824,\n                        \"extra_cost\": \"$2.49\",\n                        \"section\": null,\n                        \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                        \"style_name\": null,\n                        \"child_pick_list_data\": {\n                            \"pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"omit_fieldset\": false,\n                            \"required_pick_lists\": [\n                                {\n                                    \"display_style\": \"select\",\n                                    \"prompt\": \"Select your Brownie flavor\",\n                                    \"defaults_price\": 0,\n                                    \"pick_list_items\": [\n                                        {\n                                            \"itemid\": 2492,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Chocolate Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Chocolate Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 6038,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2492/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Chocolate Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"b85858c4-727c-46be-9292-8bd931a78942\",\n                                            \"allergen_ids\": []\n                                        },\n                                        {\n                                            \"itemid\": 2438,\n                                            \"style_footnote\": null,\n                                            \"no_surcharge_price\": 0,\n                                            \"extra\": null,\n                                            \"item_style_id\": null,\n                                            \"nutrition_matrix\": {\n                                                \"allergens\": null\n                                            },\n                                            \"baseprice\": 0,\n                                            \"size_label\": \"Size\",\n                                            \"itemname\": \"Blondie Brownie\",\n                                            \"min_qty\": 1,\n                                            \"description\": \"\",\n                                            \"category\": \"Select your Brownie flavor\",\n                                            \"end_date\": null,\n                                            \"catid\": 779,\n                                            \"extra_cost\": \"\",\n                                            \"section\": null,\n                                            \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                            \"style_name\": null,\n                                            \"simple_name\": \"Blondie Brownie\",\n                                            \"start_date\": null,\n                                            \"item_config_id\": 5954,\n                                            \"item_image\": \"item_fallback\",\n                                            \"short_name\": null,\n                                            \"image_urls\": {\n                                                \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                            },\n                                            \"compositeid\": \"1501/2438/779///1638-2452-824---\",\n                                            \"size_name\": null,\n                                            \"section_name\": null,\n                                            \"style_label\": \"Style\",\n                                            \"class_ids\": [],\n                                            \"section_external_id\": null,\n                                            \"item_size_id\": null,\n                                            \"name\": \"Blondie Brownie\",\n                                            \"default_qty\": 0,\n                                            \"menuid\": 1,\n                                            \"enabled\": true,\n                                            \"size_footnote\": null,\n                                            \"item_type\": null,\n                                            \"classes\": {},\n                                            \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                            \"category_description\": null,\n                                            \"external_id\": \"5680b9a1-e599-4435-96df-b8233f993f4d\",\n                                            \"allergen_ids\": []\n                                        }\n                                    ],\n                                    \"max_unique\": null,\n                                    \"trig_itemid\": 2452,\n                                    \"free_after\": null,\n                                    \"plural_selection_label\": null,\n                                    \"us_displayorder\": null,\n                                    \"trig_config_id\": 5988,\n                                    \"pick_list_trigger_id\": 33305,\n                                    \"customize_only\": false,\n                                    \"pick_list_type\": \"modifier\",\n                                    \"pick_list_external_id\": \"c05dd211-020f-479f-b85c-3d27594a96b3\",\n                                    \"req_item_class\": null,\n                                    \"pick_list_id\": 1501,\n                                    \"show_qty\": false,\n                                    \"free_up_to\": null,\n                                    \"trig_display_order\": 1,\n                                    \"mincount\": 1,\n                                    \"req_pick_list\": null,\n                                    \"req_min_count\": null,\n                                    \"selection_label\": null,\n                                    \"display_hints\": null,\n                                    \"req_max_count\": null,\n                                    \"defaults_are_free\": false,\n                                    \"maxcount\": 1\n                                }\n                            ],\n                            \"optional_pick_lists\": [],\n                            \"bulk_item\": null\n                        },\n                        \"start_date\": null,\n                        \"item_config_id\": 5988,\n                        \"description\": \"Your choice of a decadent chocolate brownie or blondie.\\r\\n(Cals: 350/370)\",\n                        \"short_name\": null,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2452,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2452,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\"\n                        },\n                        \"compositeid\": \"1638/2452/824///\",\n                        \"size_name\": null,\n                        \"section_name\": null,\n                        \"style_label\": \"Style\",\n                        \"class_ids\": [],\n                        \"section_external_id\": null,\n                        \"item_image\": \"item_2452\",\n                        \"item_size_id\": null,\n                        \"name\": \"Brownies\",\n                        \"default_qty\": 0,\n                        \"menuid\": 1,\n                        \"enabled\": true,\n                        \"size_footnote\": null,\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"image_url\": \"https://pgtest.novadine.com/menu_image/item_2452,600,450\",\n                        \"category_description\": \"You will be the hero when you come home with a Pint or Chunks!\",\n                        \"external_id\": \"7b759225-2b87-4973-948e-ea59700ac062\",\n                        \"allergen_ids\": [],\n                        \"quantity\": 0\n                    }\n                ],\n                \"max_unique\": null,\n                \"trig_itemid\": 5484,\n                \"free_after\": null,\n                \"plural_selection_label\": \"\",\n                \"us_displayorder\": 1,\n                \"trig_config_id\": 7318,\n                \"pick_list_trigger_id\": 36850,\n                \"customize_only\": false,\n                \"pick_list_type\": \"upsell\",\n                \"pick_list_external_id\": null,\n                \"req_item_class\": null,\n                \"pick_list_id\": 1638,\n                \"show_qty\": false,\n                \"free_up_to\": null,\n                \"trig_display_order\": 36851,\n                \"mincount\": 0,\n                \"req_pick_list\": null,\n                \"req_min_count\": null,\n                \"selection_label\": \"\",\n                \"display_hints\": null,\n                \"req_max_count\": null,\n                \"defaults_are_free\": false,\n                \"maxcount\": 99\n            }\n        ]\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"No utensils. Leave at my door.\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": -1,\n        \"suggested_ready_time\": \"2023-02-25T00:03:15-05:00\",\n        \"is_shipping\": false,\n        \"suggested_ready_time_fmt\": \"12:03 AM 02/25/2023\",\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 18:20:05.020131\",\n        \"errors\": {\n            \"need_more_time\": \"We need more time to prepare your order. It will be ready at 12:03 am.\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:45:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63469,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:30:00\",\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"No sauce, please.\",\n                \"weight\": null,\n                \"extended_price\": 2318,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Cheese Build Your Own\",\n                \"description\": \"A true classic. Our famous Traditional Thin Crust Pizza with Hand-Stretched Dough, Vine-Ripened Tomato Sauce and our Signature 3-Cheese Blend. \\t(Cals: SM 170/ LG 230/ XL 300 , per slice)\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Cheese Build Your Own\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 306369,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 2,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Extra Cheese\",\n                        \"description\": \"\",\n                        \"category\": \"Make it Cheesier\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Extra Cheese\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 306369,\n                        \"order_item_id\": 306370,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 2\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 2\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:45:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 2885,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 2318,\n            \"tax_cents\": 167,\n            \"remaining_cents\": 2885,\n            \"tip_cents\": 400,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 2885\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 18:20:05.020131\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 15,\n        \"is_shelf\": false,\n        \"payment_request\": {\n            \"details\": {\n                \"display_items\": [\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"23.18\"\n                        },\n                        \"label\": \"Subtotal\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"1.67\"\n                        },\n                        \"label\": \"Tax\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"4.00\"\n                        },\n                        \"label\": \"Tip\"\n                    },\n                    {\n                        \"amount\": {\n                            \"currency\": \"USD\",\n                            \"value\": \"28.85\"\n                        },\n                        \"label\": \"Total\"\n                    }\n                ],\n                \"total\": {\n                    \"amount\": {\n                        \"currency\": \"USD\",\n                        \"value\": \"28.85\"\n                    },\n                    \"label\": \"Balance\"\n                },\n                \"id\": \"63469\"\n            },\n            \"options\": {},\n            \"method_data\": [\n                {\n                    \"supported_methods\": \"basic-card\",\n                    \"data\": {\n                        \"supported_networks\": [\n                            \"visa\",\n                            \"amex\",\n                            \"mastercard\",\n                            \"discover\"\n                        ]\n                    }\n                }\n            ]\n        },\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"385d344c-bf33-4d19-806c-bf048ea8392d"},{"name":"Remove Discount from an Order","id":"062cf518-6553-497a-ab2d-b1df0ba1d518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/discount?customer_id={{customer_id}}&discount_id={{discount_id}}","urlObject":{"path":["orders","{{order_id}}","discount"],"host":["{{baseUrl}}"],"query":[{"key":"customer_id","value":"{{customer_id}}"},{"key":"discount_id","value":"{{discount_id}}"}],"variable":[]}},"response":[],"_postman_id":"062cf518-6553-497a-ab2d-b1df0ba1d518"},{"name":"Retrieve Available Loyalty Discounts","id":"92843274-45ed-4255-ae0d-ded1cd8d0135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/available_discounts","description":"<p>Use this endpoint to check for available discounts based on items in the cart. Recommended use is to call this endpoint directly after adding an item to the cart with the Update Items call. The returned object with contain all possible discounts, but the only objects that contain a value for <em><strong>discount_code</strong></em> is available for the current order.</p>\n","urlObject":{"path":["orders","{{order_id}}","available_discounts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5db76043-bb3a-411b-9d23-26835908414b","name":"Success - Empty","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/available_discounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:50:53 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"38"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"discounts\": [],\n    \"is_complete\": true\n}"},{"id":"6d9a51af-57ce-440b-90da-d9c36db823ab","name":"Failure - No Order in Progress","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/available_discounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 21:41:46 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"119"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"no_order_in_progress\": \"no order is currently in progress\"\n    },\n    \"error\": \"no order is currently in progress\"\n}"}],"_postman_id":"92843274-45ed-4255-ae0d-ded1cd8d0135"}],"id":"fc7ee0fd-c112-4e1e-9494-7fb70c730ada","_postman_id":"fc7ee0fd-c112-4e1e-9494-7fb70c730ada","description":""},{"name":"Payments","item":[{"name":"Get Payment Methods for an Order","id":"71c63091-f5da-4765-b0f6-69ca97d3a63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/payment-methods","urlObject":{"path":["orders","{{order_id}}","payment-methods"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"714d1029-4272-470e-a361-45fa08b596e3","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/payment-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:51:21 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"804"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 1,\n        \"match_re\": \"^4\",\n        \"cc_type\": \"Visa\",\n        \"ranges\": [\n            [\n                \"4000000000000000\",\n                \"4999999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"Visa\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_visa\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 4,\n        \"match_re\": \"^3[47]\",\n        \"cc_type\": \"American Express\",\n        \"ranges\": [\n            [\n                \"340000000000000\",\n                \"349999999999999\"\n            ],\n            [\n                \"370000000000000\",\n                \"379999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"American Express\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_american_express\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 2,\n        \"match_re\": \"^5[12345]\",\n        \"cc_type\": \"Mastercard\",\n        \"ranges\": [\n            [\n                \"5100000000000000\",\n                \"5599999999999999\"\n            ],\n            [\n                \"2221000000000000\",\n                \"2720999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"Mastercard\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 3,\n        \"match_re\": \"^6011[02349]\",\n        \"cc_type\": \"Discover\",\n        \"ranges\": [\n            [\n                \"6011000000000000\",\n                \"6011999999999999\"\n            ],\n            [\n                \"6221260000000000\",\n                \"6229259999999999\"\n            ],\n            [\n                \"6440000000000000\",\n                \"6499999999999999\"\n            ],\n            [\n                \"6500000000000000\",\n                \"6599999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"Discover\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_discover\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 3,\n        \"name\": \"CASH\",\n        \"allow_tip\": false,\n        \"fields\": [],\n        \"pay_proc_label\": \"CASH\",\n        \"badge_url\": null,\n        \"is_credit_card\": false\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 1,\n        \"last_name\": \"Smith\",\n        \"cc_type\": \"Visa\",\n        \"expiration_month\": \"12\",\n        \"last_four\": \"1111\",\n        \"is_default\": false,\n        \"first_name\": \"John\",\n        \"name\": \"John Smith\",\n        \"expiration_year\": \"29\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"cc_account_id\": 28824,\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"schema\": \"saved_credit_card\",\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_visa\",\n        \"is_credit_card\": true\n    }\n]"}],"_postman_id":"71c63091-f5da-4765-b0f6-69ca97d3a63a"},{"name":"Get a Payment for an order","id":"c012030d-c42e-4934-b13b-d040aecd14d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/payment/{{payment_id}}","urlObject":{"path":["orders","{{order_id}}","payment","{{payment_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5bb7230c-ba47-4fc4-8494-2545a143a1b2","name":"Failure - Payment not Found","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/payment/{{payment_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Feb 2023 04:53:10 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No route matches path orders/63469/payment/123\"\n}"}],"_postman_id":"c012030d-c42e-4934-b13b-d040aecd14d1"},{"name":"Submit a Payment to an Order","id":"fa0bb4da-4e36-4eb6-822e-b82789d53c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 0,\n    \"payment_cents\": 3756,\n    \"security_code\": \"123\",\n    \"card_number\": \"4242424242424242\",\n    \"expiration_month\": \"12\",\n    \"expiration_year\": 23,\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address1\": \"123 Sample Blvd\",\n    \"city\": \"New York City\",\n    \"state\": \"NY\",\n    \"zip_code\": \"10001\",\n    \"should_save\": false,\n    \"provider\": \"visa\",\n    \"payer_authentication\": {\n        \"known_providers\": [\n            \"cardinal\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment/","description":"<p>This section explains how to submit a payment to an order. You can either pay for the entire order's balance, or you can do partial payments.</p>\n<h2 id=\"apply-full-payment\">Apply full payment</h2>\n<p>To apply a full payment you can just include a \"payments_cents\" amount in the request body that is equal to the \"remaining_cents\" amount in the order charges in the order object. The order object can be seen in the response from the <a href>orders/{order_id} endpoint found here.</a></p>\n<h2 id=\"apply-partial-payment\">Apply partial payment</h2>\n<p>To apply a parital payment you can just include a \"payments_cents\" amount in the request body that is less than the \"remaining_cents\" amount in the order charges in the order object. The order object can be seen in the response from the <a href>orders/{order_id} endpoint found here.</a></p>\n<h2 id=\"submit-a-payment-to-an-order-with-0-remaining-cents\">Submit a payment to an order with 0 remaining cents</h2>\n<p>To check out an order that requires no payment and has a \"remaining_cents\" value of $0, submit a $0 payment using pay_proc_id -1.</p>\n<h2 id=\"submitting-a-payment\">Submitting a payment</h2>\n<p>There are basically three ways of submiting a payment</p>\n<ol>\n<li>Submit a payment using a payment card that is saved to a user's account</li>\n<li>Submit a payment using a new card</li>\n<li>Submit a payment using a token</li>\n</ol>\n<h2 id=\"pay-using-a-saved-card\">Pay using a saved card:</h2>\n<p>To pay using a card that is saved to a user's account you will need to have the \"cc_type_id\" of the saved card you are trying to use. You can get \"pay_proc_id\" and \"cc_account_id\" by getting a list of available payment methods using the <a href>orders/{order_id}/payment_methods endpoint found here.</a></p>\n<p>Since the payment information is already saved you don't need to provide all the information in the request body. Your request body should look something like the code sample below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\n        \"pay_proc_id\": 0,\n        \"payment_cents\": 877,\n        \"cc_account_id\": 635202,\n        \"security_code\": \"123\",\n        \"payer_authentication\": {\n            \"known_providers\":[\"cardinal\"]\n        }\n    }\n\n</code></pre>\n<h2 id=\"pay-using-a-new-card\">Pay using a new card:</h2>\n<p>To pay using a new card you will need to provide all the neccesary keys. An example of how your request body should look is below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">     {\n         \"pay_proc_id\": 0,\n         \"payment_cents\": 877,\n         \"security_code\": \"123\",\n         \"card_number\": \"4000000000000002\",\n         \"expiration_month\": \"07\",\n       \"expiration_year\": 26,\n       \"first_name\": \"Pat\",\n       \"last_name\": \"Nova\",\n         \"company\": \"helloworld inc.\",\n         \"address1\" : \"1902 3rd ave\",\n         \"address2\" : \"#10000\",\n         \"city\": \"Seattle\",\n         \"state\": \"WA\",\n         \"zip_code\": \"98101\",\n         \"should_save\": false,\n         \"payer_authentication\": {\n             \"known_providers\":[\"cardinal\"]\n         }\n     }\n\n</code></pre>\n<p>Notice the \"should_save\" key. If you would like to save the card for future use you should set that to true. If this is a single time payment you set should_save to false.</p>\n<h2 id=\"pay-using-a-token\">Pay using a token:</h2>\n<p>Use the payment methods endpoint to get the public key from the token payment method type <a href>payment methods endpoint found here</a> . Use the public key from that response and use it to get the token using the Heartland api <a href>found here</a> . Now that you have the token you can use that to make a payment with this endpoint by posting with the following request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\n      \"pay_proc_id\": 21,\n      \"payment_cents\": {{total_of_payment}},\n      \"card_number\": \"4111xxxxxxxx1111\",\n      \"card_token\": {{token_from_heartland}},\n      \"expiration_month\": \"07\",\n      \"expiration_year\": \"26\",\n      \"first_name\": \"Pat\",\n      \"last_name\": \"Nova\",\n      \"should_save\": false\n    }\n\n</code></pre>\n<h2 id=\"successful-response\">Successful response:</h2>\n<p>A successful response means that the payment has been submited for processing. The response will include a payment token (not to be confused with card token) along with the pay_proc_id and can be used to check on the status of a payment that has been submitted. You can use that payment token to check on the status of a payment using this endpoint: <a href>check the status of the payment using orders/payment/{token}</a></p>\n","urlObject":{"path":["orders","{{order_id}}","payment",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"116d6405-aca8-4a26-aff2-7838885040e4","name":"Success - New Credit Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 0,\n    \"payment_cents\": 3756,\n    \"security_code\": \"123\",\n    \"card_number\": \"4242424242424242\",\n    \"expiration_month\": \"12\",\n    \"expiration_year\": 23,\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"address1\": \"123 Sample Blvd\",\n    \"city\": \"New York City\",\n    \"state\": \"NY\",\n    \"zip_code\": \"10001\",\n    \"should_save\": false,\n    \"provider\": \"visa\",\n    \"payer_authentication\": {\n        \"known_providers\": [\n            \"cardinal\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"198a6b05-105a-4eb2-8554-31741337b803","name":"Success - Saved Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 0,\n    \"payment_cents\": 3756,\n    \"cc_account_id\": 331,\n    \"security_code\": \"123\",\n    \"payer_authentication\": {\n        \"known_providers\": [\n            \"cardinal\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6ad34469-f42e-4cdb-95f3-08604c798b29","name":"Success - Cash","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 3,\n    \"payment_cents\": 3756,\n    \"payer_authentication\": {\n        \"known_providers\": [\n            \"cardinal\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"576691e8-31a8-4bc1-973b-09fa9e5a2496","name":"Success - Gift Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pay_proc_id\": 3,\n    \"card_number\": \"4111111111111111\",\n    \"card_type_id\": 1,\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"should_save\": true,\n    \"is_default\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fa0bb4da-4e36-4eb6-822e-b82789d53c0b"},{"name":"Check the Status of Payment","id":"deef0730-2b25-47a7-96d1-f5f55e44587d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/payment/{{payment_id}}?pay_proc_id=0","description":"<p>This endpoint allows you to check on the status of a payment that has been submitted. You should use this endpoint with at least a one second delay as to not spam the api.</p>\n<p>After successfully submiting a payment to an order by using the <a href=\"https://developer.novadine.com/docs/api-v2/index.html#tag/Orders/paths/orders~1%7Border_id%7D~1payment/post\">orders/{order_id}/payment endpoint</a> you will receive a token and a pay_proc_id in the response body. You can use that token along with the pay_proc_id at this endpoint as shown in the snippet below to check the status of the submitted payment.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>/orders/payment/{token_from_previous_request}?pay_proc_id=0\n</code></pre><h2 id=\"successful-response\">Successful response:</h2>\n<p>There are 2 possible 200 success responses.</p>\n<ol>\n<li>A payment that is successfully processed will return the details of the order as shown in the response example.</li>\n<li>Something went wrong with the payment, or the status is not available.</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n         \"details on the error\"\n     ]\n}\n\n</code></pre>\n","urlObject":{"path":["orders","payment","{{payment_id}}"],"host":["{{baseUrl}}"],"query":[{"key":"pay_proc_id","value":"0"}],"variable":[]}},"response":[],"_postman_id":"deef0730-2b25-47a7-96d1-f5f55e44587d"},{"name":"Payment with QR","id":"c3011f7d-1afd-4de3-975a-94959b1dc3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"balance\": 2014\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment-with-qr/","urlObject":{"path":["orders","{{order_id}}","payment-with-qr",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f0d0d1d8-0006-4219-932c-2973f26537ff","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"balance\": 2200\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/payment-with-qr/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2024 14:47:32 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2065"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZmB6gJj4CTdxGHBRtpcvSQAAF9A"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Tarik\",\n        \"last_name\": \"Cinar\",\n        \"phone\": \"2025550177\",\n        \"company_name\": null,\n        \"is_guest\": false,\n        \"customer_id\": 4352,\n        \"email\": \"tcinar@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"customer_checkin\": {\n        \"is_enabled\": true,\n        \"fields\": [\n            {\n                \"name\": \"make\",\n                \"label\": \"Make\"\n            },\n            {\n                \"name\": \"model\",\n                \"label\": \"Model\"\n            },\n            {\n                \"name\": \"color\",\n                \"label\": \"Color\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"license_plate\",\n                \"label\": \"License Plate\"\n            }\n        ]\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"subtitle\": \"test subtitle\",\n        \"store_id\": \"00002\",\n        \"address1\": \"1216 Broadway\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"accepts_groupon\"\n        ],\n        \"phone\": \"7813291946 \",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"restaurant_id\": 3,\n        \"name\": \"Papa Gino's Lab - Staging\"\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": true,\n        \"comments_to_store\": null,\n        \"max_tip_cents\": null,\n        \"pricing_service_id\": \"0b67b146-1b59-11ed-a3b7-001a6436ce70\",\n        \"tip_percentages\": [\n            0.05,\n            0.1,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": true,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": null,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"catering\",\n        \"order_taken_by\": \"2024-06-05 10:47:31.990601\",\n        \"prep_stamp\": \"2024-06-06 23:50:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"order_tax_exempt_id\": null,\n        \"dp_stamp\": \"2024-06-07 00:00:00\",\n        \"platform\": 21,\n        \"is_asap\": false,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 12)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 4352,\n        \"group_order_id\": 0,\n        \"locker_pickup_code\": null,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 12,\n        \"order_id\": 6921,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": 1,\n        \"pos_service_id\": \"b37da268-d71a-11ee-8b48-001a6436ce70\",\n        \"service_type\": \"Pick Up.\",\n        \"suggest_tip\": 0.1,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1869,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Mac & Cheese\",\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Mac & Cheese\",\n                \"description\": \"Macaroni in a Cheese Sauce with American, Asiago & Signature 3-Cheese Blend. (Cals: SM 210/ LG 290/ XL 390 , per slice)\",\n                \"unit_price\": 1869,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"item_classes\": null,\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 91,\n                \"item_config_id\": 6189,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1869,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"http://127.0.0.1:9097/restaurants/menu_image/item_2654_pos,80,50\",\n                    \"standard\": \"http://127.0.0.1:9097/restaurants/menu_image/item_2654_pos,600x600\",\n                    \"thumbnail\": \"http://127.0.0.1:9097/restaurants/menu_image/item_2654_pos,267,200\",\n                    \"standard_mobile\": \"http://127.0.0.1:9097/restaurants/menu_image/item_2654_pos,220,200\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2654,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 17982,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"5eb5e078-93c8-4c4a-b534-0a4de8909a00 054488bf-aa32-4b69-a06d-16a755965513 491ee72d-300c-4572-a567-c3cfb1f2f6d6\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"est_dropoff_ts\": null,\n        \"service_type_display_name\": \"Catering Pick-Up.\",\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2024-06-07T00:00:00-04:00\",\n        \"charges\": {\n            \"total_cents\": 2191,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1869,\n            \"tax_cents\": 136,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 186,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 100,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 2191\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": null,\n        \"created\": \"2024-06-05 10:45:10.430938\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": true,\n        \"edit_cutoff_ts\": \"2024-06-06 23:45:00\",\n        \"confirmation_message\": null,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 28,\n                \"payment_id\": \"89053ede-234a-11ef-9ce4-001a6436ce70\",\n                \"amount_cents\": 100,\n                \"card_type_id\": 2,\n                \"cc_type\": \"Mastercard\",\n                \"cc_account_id\": 833,\n                \"trans_stamp\": \"06/05/2024 10:47\",\n                \"last_four\": \"1113\",\n                \"trans_type\": \"Authorization\",\n                \"display_name\": null,\n                \"cc_name\": \"Tarik Cinar\"\n            }\n        ],\n        \"prep_time\": 10,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        }\n    },\n    \"coupons\": []\n}"}],"_postman_id":"c3011f7d-1afd-4de3-975a-94959b1dc3b4"}],"id":"2fa790d9-ad43-41c7-aae0-ac5f915c5477","_postman_id":"2fa790d9-ad43-41c7-aae0-ac5f915c5477","description":""},{"name":"Search/Status","item":[{"name":"Search Orders","id":"b400785b-fea5-4f66-83c7-e64e744da4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{{store_id}}\",\n    \"preparation_status\": {\n        \"is_acknowledged\": true,\n        \"is_released\": true,\n        \"is_received\": true,\n        \"is_started\": true,\n        \"is_finished\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/search","urlObject":{"path":["orders","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b400785b-fea5-4f66-83c7-e64e744da4f5"},{"name":"Show Receipt for Order","id":"f697a877-caf8-4857-a24c-de5ef55cead9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/{{order_id}}/actions/show_receipt?customer_id={{customer_id}}","urlObject":{"path":["orders","{{order_id}}","actions","show_receipt"],"host":["{{baseUrl}}"],"query":[{"key":"customer_id","value":"{{customer_id}}"}],"variable":[]}},"response":[],"_postman_id":"f697a877-caf8-4857-a24c-de5ef55cead9"}],"id":"933622e0-e0cc-4f62-9f02-ac3b8bd766dd","_postman_id":"933622e0-e0cc-4f62-9f02-ac3b8bd766dd","description":""},{"name":"Group Order","item":[{"name":"Create Group Order","id":"4f2cfea5-dbad-4679-a28c-c11cc109928b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new","description":"<p>Use this endpoint to start a new order. The first step in processing an order is to start one. If the order is successfully started the detail for the order will be returned in the response. You can edit order details using this endpoint as well, by including the <code>order_id</code> with the request.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_id</td>\n<td>integer, required</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>integer, optional (required if delivery)  <br />  <br />First add the address to a Customer, and then use that id for this property.</td>\n</tr>\n<tr>\n<td>ready_ts</td>\n<td>string  <br />  <br />This describes the time and date that you want the order to be ready. Best practice would be to include the offset when sending the <code>ready_ts</code>, for context, but it is not necessary.</td>\n</tr>\n<tr>\n<td>is_asap</td>\n<td>boolean  <br />  <br />If this flag is sent, there is no need to send the <code>ready_ts</code>, as it will be ignored. This flag will tell Lunchbox to choose the soonest available time at the location of choice. If <code>is_asap</code> is false or not sent, then <code>ready_ts</code> is required.</td>\n</tr>\n<tr>\n<td>is_time_bump</td>\n<td>boolean, optional  <br />  <br />Set this value if you are trying to update an ASAP order to now set for the next available ordering time. Use this if you receive a <code>needs_more_time</code> response from the API in a order's <code>errors</code></td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string, required</td>\n</tr>\n<tr>\n<td>service_type_id</td>\n<td>integer, required  <br />  <br />Include the service type id of the order when starting the order</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>integer, optional  <br />  <br />To update an order that has already been started include the <code>order_id</code>. As an example, you can use this to change the store of an order.</td>\n</tr>\n<tr>\n<td>base_order_id</td>\n<td>integer, optional  <br />  <br />Order id of original order to be edited after its been checked out. Or to start an order based on a previous order. Use this functionality for reordering.</td>\n</tr>\n<tr>\n<td>table_number</td>\n<td>string, optional  <br />  <br />If you have/know a table number for this order it can be passed here.</td>\n</tr>\n<tr>\n<td>discount_code</td>\n<td>string, optional  <br />  <br />If provided, will attempt to apply the discount code to the order. If valid, will apply either as a discount on the order if the relevant criteria are met for the discount (ie. The appropriate menu items have been applied to the order), or it will apply to the order in a <code>pending_discounts</code> on the order (and will auto apply to the order once the relevant criteria have been met for the discount). <code>discount_code</code> is especially useful if looking to deep-link a promotion onto an order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","new"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Use this parameter to indicate that you want to edit an order that has already been checked out. This, along with the base_order_id will tell NovaDine that this is an order that has already been checked out and you would like to edit that order. </p>\n<ul>\n<li>This will create an new order with the details of the original order. </li>\n<li>When you are finished editing this order and ready to checkout, please use the add payment flow like normal. Please note if the 'remaining_cents' is 0 and how to handle that situation</li>\n</ul>\n","type":"text/plain"},"key":"edit_mode","value":"true"}],"variable":[]}},"response":[{"id":"9c49ea2f-66a0-45ff-93b1-680b52f7066e","name":"Success - Guests Pay Separately","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"group_order\": {\n        \"cutoff_stamp\": \"2023-04-05 11:55:00\",\n        \"originator_pay\": false,\n        \"member_limit\": 2,\n        \"original_ready_ts\": \"2023-04-05T16:15:00.000Z\",\n        \"isValid\": true,\n        \"members\": [\n            {\n                \"email\": \"andrew@lunchbox.io\",\n                \"spending_limit\": null\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 22:47:59 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"70472"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NovaDine.session=33bcd3a4d0eabdf62301c03c73c38c6df1ba529783c4d8f7528d41a4bc8fce2677ad9f53; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": null,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 17:47:57.784506\",\n        \"errors\": {\n            \"cart\": \"Your cart is empty\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:05:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63465,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:05:00\",\n        \"origin_order_id\": null,\n        \"items\": [],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:05:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 17:47:57.784506\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"4a6413b9-b709-4c07-94d7-14c56cae80b6","name":"Success - Invite Guests via Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"group_order\": {\n        \"cutoff_stamp\": \"2023-04-05 11:55:00\",\n        \"originator_pay\": false,\n        \"member_limit\": 2,\n        \"original_ready_ts\": \"2023-04-05T16:15:00.000Z\",\n        \"isValid\": true,\n        \"members\": [\n            {\n                \"email\": \"andrew@lunchbox.io\",\n                \"spending_limit\": null\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 22:47:59 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"70472"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NovaDine.session=33bcd3a4d0eabdf62301c03c73c38c6df1ba529783c4d8f7528d41a4bc8fce2677ad9f53; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": null,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 17:47:57.784506\",\n        \"errors\": {\n            \"cart\": \"Your cart is empty\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:05:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63465,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:05:00\",\n        \"origin_order_id\": null,\n        \"items\": [],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:05:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 17:47:57.784506\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"},{"id":"9d56c6e6-9629-453e-88bc-861ddafdabda","name":"Success - Host Pays","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}},\n    \"is_asap\": true,\n    \"store_id\": \"{{store_id}}\",\n    \"service_type_id\": {{service_type_id}},\n    \"group_order\": {\n        \"cutoff_stamp\": \"2023-04-05 11:50:00\",\n        \"originator_pay\": true,\n        \"member_limit\": 4,\n        \"original_ready_ts\": \"2023-04-05T16:15:00.000Z\",\n        \"isValid\": true,\n        \"members\": [\n            {\n                \"email\": \"andrew@lunchbox.io\",\n                \"spending_limit\": 5000\n            }\n        ],\n        \"total_spending_limit\": 12500\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 22:47:59 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"70472"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"NovaDine.session=33bcd3a4d0eabdf62301c03c73c38c6df1ba529783c4d8f7528d41a4bc8fce2677ad9f53; Path=/; Secure; SameSite=None"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Manhattan\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    },\n    \"combo_suggestions\": [],\n    \"order_level_pick_list_data\": {\n        \"bulk_category\": {\n            \"menuid\": 1,\n            \"modeid\": 1,\n            \"id\": -100,\n            \"bulk_itemid\": 5484\n        },\n        \"defaults\": {},\n        \"pick_lists\": []\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": false,\n            \"is_valid\": true,\n            \"is_finalized\": false\n        },\n        \"customer_location_id\": null,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2023-02-24 17:47:57.784506\",\n        \"errors\": {\n            \"cart\": \"Your cart is empty\"\n        },\n        \"utc_offset_minutes\": -300,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2023-02-24 18:05:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 5)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1234,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 5,\n        \"order_id\": 63465,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"prep_stamp\": \"2023-02-24 18:05:00\",\n        \"origin_order_id\": null,\n        \"items\": [],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-02-24T18:05:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2023-02-24 17:47:57.784506\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": true,\n        \"payments\": [],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        },\n        \"order_provider_id\": null\n    },\n    \"coupons\": []\n}"}],"_postman_id":"4f2cfea5-dbad-4679-a28c-c11cc109928b"},{"name":"Get a Group Order by Join Code","id":"1cca12cc-13df-4718-a803-3fe182fd89af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/group/members?join_code=123456","urlObject":{"path":["orders","group","members"],"host":["{{baseUrl}}"],"query":[{"key":"join_code","value":"123456"}],"variable":[]}},"response":[],"_postman_id":"1cca12cc-13df-4718-a803-3fe182fd89af"},{"name":"Add Member to Group Order","id":"33568611-0173-4d13-9f8c-0a514bf86cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/group/{{order_id}}/members","urlObject":{"path":["orders","group","{{order_id}}","members"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33568611-0173-4d13-9f8c-0a514bf86cd3"},{"name":"Add Member to Group Order By Email","id":"968caa11-cd8e-4325-b3e8-47820ecab3db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/group/members?join_code=123456","urlObject":{"path":["orders","group","members"],"host":["{{baseUrl}}"],"query":[{"key":"join_code","value":"123456"}],"variable":[]}},"response":[],"_postman_id":"968caa11-cd8e-4325-b3e8-47820ecab3db"}],"id":"c539b66e-3df4-43d8-a397-c3021de9ab42","_postman_id":"c539b66e-3df4-43d8-a397-c3021de9ab42","description":""},{"name":"Charity","item":[{"name":"List Available Charitable Foundations for an Order","id":"fd7abc33-a99d-416e-8c7c-d0508ec43717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}/charitable-foundations","description":"<p>Use this endpoint to get a list of charitable foundations that are possible to apply to an order. There are a number of charitable foundations that a store can support by asking customers to donate to them during the order process. This can only be used on the current order, so the order id must belong to an order that is currently being put together.</p>\n","urlObject":{"path":["orders","{{order_id}}","charitable-foundations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd7abc33-a99d-416e-8c7c-d0508ec43717"}],"id":"ea4fa238-7574-4f3d-9fb3-aa717c20b491","_postman_id":"ea4fa238-7574-4f3d-9fb3-aa717c20b491","description":""}],"id":"03a53dad-8063-4fc1-acd0-92098f47c68f","_postman_id":"03a53dad-8063-4fc1-acd0-92098f47c68f","description":""},{"name":"Stores","item":[{"name":"Chain Configuration","item":[{"name":"Get Configuration for a Chain","id":"8b103695-c7f4-4a91-8dce-fd5520b14cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/configuration","description":"<p>Use this endpoint to get general information about the chain. The response from this endpoint will differ depending on chain.</p>\n","urlObject":{"path":["stores","configuration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"36d660c0-f123-450b-a073-5d69098cef4c","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 05:50:09 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1951"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Cache-Control","value":"public,max-age=300"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"has_catering\": true,\n    \"country_code\": \"US\",\n    \"allow_group_orders\": true,\n    \"enable_menu_filters\": {\n        \"item_class\": false,\n        \"allergen\": false\n    },\n    \"address_types\": [\n        {\n            \"address_type\": \"Residential\",\n            \"id\": 1\n        },\n        {\n            \"address_type\": \"Business\",\n            \"id\": 2\n        },\n        {\n            \"address_type\": \"School\",\n            \"id\": 3\n        }\n    ],\n    \"chain_display_name\": \"Boston Pizza Spot\",\n    \"map_tile_url\": \"https://map-{s}.novadine.com/nd_tiles/{z}/{x}/{y}.png\",\n    \"require_phone_number\": true,\n    \"theme\": {\n        \"images\": {\n            \"header-logo\": \"https://sample.novadine.com/images_menus/header-logo\",\n            \"banner-image\": \"https://sample.novadine.com/images_menus/banner-image\"\n        },\n        \"color_scheme\": {\n            \"primary-darker\": \"#414042\",\n            \"neutral-300\": \"\",\n            \"secondary-text\": \"\",\n            \"primary\": \"#a12336\",\n            \"neutral-200\": \"\",\n            \"neutral-500\": \"\",\n            \"header\": \"#a12336\",\n            \"primary-darkest\": \"#414042\",\n            \"social-icons\": \"\",\n            \"neutral-400\": \"#000000\",\n            \"background-body\": \"\",\n            \"neutral-700\": \"#404040\",\n            \"neutral-600\": \"\",\n            \"critical\": \"\",\n            \"black\": \"\",\n            \"white\": \"\",\n            \"primary-text\": \"\",\n            \"neutral-100\": \"\",\n            \"background\": \"\",\n            \"neutral-900\": \"#000000\",\n            \"neutral-50\": \"\",\n            \"neutral-800\": \"#262626\",\n            \"primary-dark\": \"#414042\"\n        }\n    },\n    \"require_email_verification\": false,\n    \"logo_url\": \"/local/standard_logo.png\",\n    \"chain_meta_desc\": \"Boston Pizza Shop Meta Description\",\n    \"footnote_item_classes\": {\n        \"spicy\": {\n            \"badge_slot\": \"\",\n            \"id\": 3,\n            \"badge_url\": \"https://sample.novadine.com/pgtest/live/images_menus/badge_Spicy\"\n        },\n        \"dairy_free\": {\n            \"footnote\": \"\",\n            \"badge_slot\": \"\",\n            \"id\": 6,\n            \"badge_url\": \"https://sample.novadine.com/pgtest/live/images_menus/badge_Dairy Free\"\n        }\n    },\n    \"localization\": {\n        \"address_fields\": [\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state_code\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"pattern\": \"(\\\\([0-9]{3}\\\\) ?|[0-9]{3}[ .-]?)[0-9]{3}[ .-]?[0-9]{4}\",\n                \"label\": \"Phone\",\n                \"type\": \"tel\",\n                \"name\": \"phone\",\n                \"min_length\": 10\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            }\n        ],\n        \"currency_symbol\": \"$\"\n    },\n    \"theme_url\": \"/local/standard_theme.css\",\n    \"loyalty\": null,\n    \"catering_display_name\": \"Catering\",\n    \"catering_description\": null,\n    \"use_store_locator\": true,\n    \"services\": [\n        {\n            \"is_visible\": true,\n            \"requires_customer_present\": false,\n            \"display_name\": \"Delivery\",\n            \"name\": \"Delivery\",\n            \"doc_control\": null,\n            \"requires_ready_date\": false,\n            \"description\": \"Delivery\",\n            \"service_type_id\": 1,\n            \"requires_shipping\": false,\n            \"requires_address\": true,\n            \"max_count\": 10,\n            \"requires_ready_stamp\": true,\n            \"requires_dispatch\": true,\n            \"is_exclusive\": false,\n            \"group_display_name\": \"Delivery\",\n            \"service_group_id\": 1,\n            \"group_desc\": null,\n            \"group_name\": \"delivery\",\n            \"order_time_precision\": null,\n            \"max_distance_miles\": 25\n        },\n        {\n            \"is_visible\": true,\n            \"requires_customer_present\": false,\n            \"display_name\": \"Pick-Up\",\n            \"name\": \"Pick-Up\",\n            \"doc_control\": null,\n            \"requires_ready_date\": false,\n            \"description\": \"Pick-Up\",\n            \"service_type_id\": 2,\n            \"requires_shipping\": false,\n            \"requires_address\": false,\n            \"max_count\": 50,\n            \"requires_ready_stamp\": true,\n            \"requires_dispatch\": false,\n            \"is_exclusive\": false,\n            \"group_display_name\": \"Pick-up\",\n            \"service_group_id\": 2,\n            \"group_desc\": null,\n            \"group_name\": \"pickup\",\n            \"order_time_precision\": null,\n            \"max_distance_miles\": 25\n        },\n        {\n            \"is_visible\": true,\n            \"requires_customer_present\": false,\n            \"display_name\": \"Drive-Thru\",\n            \"name\": \"Drive-Thru\",\n            \"doc_control\": null,\n            \"requires_ready_date\": false,\n            \"description\": \"Drive-Thru\",\n            \"service_type_id\": 4,\n            \"requires_shipping\": false,\n            \"requires_address\": false,\n            \"max_count\": 50,\n            \"requires_ready_stamp\": true,\n            \"requires_dispatch\": false,\n            \"is_exclusive\": false,\n            \"group_display_name\": \"Pick-up\",\n            \"service_group_id\": 2,\n            \"group_desc\": null,\n            \"group_name\": \"pickup\",\n            \"order_time_precision\": null,\n            \"max_distance_miles\": 25\n        },\n        {\n            \"is_visible\": true,\n            \"requires_customer_present\": false,\n            \"display_name\": \"Catering\",\n            \"name\": \"Catering\",\n            \"doc_control\": null,\n            \"requires_ready_date\": false,\n            \"description\": \"Catering\",\n            \"service_type_id\": 5,\n            \"requires_shipping\": false,\n            \"requires_address\": false,\n            \"max_count\": 150,\n            \"requires_ready_stamp\": true,\n            \"requires_dispatch\": false,\n            \"is_exclusive\": false,\n            \"group_display_name\": \"Catering\",\n            \"service_group_id\": 3,\n            \"group_desc\": null,\n            \"group_name\": \"catering\",\n            \"order_time_precision\": null,\n            \"max_distance_miles\": 25\n        }\n    ],\n    \"allergens\": [\n        {\n            \"icon_url\": null,\n            \"id\": 1,\n            \"name\": \"Milk\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 2,\n            \"name\": \"Eggs\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 3,\n            \"name\": \"Fish\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 4,\n            \"name\": \"Shellfish\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 5,\n            \"name\": \"Tree Nuts\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 6,\n            \"name\": \"Peanuts\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 7,\n            \"name\": \"Soybeans\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 8,\n            \"name\": \"Wheat\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 9,\n            \"name\": \"Unrefined Oil\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 10,\n            \"name\": \"Grains\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 11,\n            \"name\": \"Seeds\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 12,\n            \"name\": \"Sulfites\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 13,\n            \"name\": \"MSG\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 14,\n            \"name\": \"HVP\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 15,\n            \"name\": \"Colorings\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 16,\n            \"name\": \"Crustaceans\"\n        },\n        {\n            \"icon_url\": null,\n            \"id\": 17,\n            \"name\": \"Mollusks\"\n        }\n    ],\n    \"store_locator_country_codes\": [\n        \"US\"\n    ],\n    \"chain_name\": \"Boston Pizza Shop\",\n    \"custom_content\": {\n        \"footer_text\": \"&copy; Copyright 2023 Boston Pizza Shop - Powered by <a href=\\\"https://novadine.com/\\\" target=\\\"_blank\\\">NovaDine</a> - <a href=\\\"3rdpartylicenses.txt\\\">Third-Party Licenses</a>\",\n        \"copy_text\": {\n            \"item_comment_placeholder\": \"Modifications to an item that incur extra costs will not be honored.\",\n            \"order_comment_title\": \"Special Instructions\",\n            \"menu_filter_preferences\": \"Choose your preferences and the menu will only show you those items.\",\n            \"menu_filter_button\": \"Filters\",\n            \"menu_filter_allergens\": \"Choose the allergens you want to remove from the menu.\",\n            \"order_comment_placeholder\": \"Ex. Utensils, sauces, plates, etc\"\n        }\n    },\n    \"nominatim_url\": null,\n    \"require_phone_verification\": true,\n    \"gtm_container_id\": null,\n    \"opt_in_default\": true,\n    \"allow_guest_orders\": true,\n    \"default_daas_estimate\": \"\",\n    \"ga_tracking_id\": null\n}"}],"_postman_id":"8b103695-c7f4-4a91-8dce-fd5520b14cba"}],"id":"9d7703e8-2a0c-4e67-9640-3eac81d93c93","_postman_id":"9d7703e8-2a0c-4e67-9640-3eac81d93c93","description":""},{"name":"Store Info","item":[{"name":"Get Store(s)","id":"8c21fef2-ae14-4eae-919c-740f0a2ec44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores?store_id={{store_id}}","description":"<p>Use this endpoint to search for stores based on a number of parameters. To get a single store you can search by store_id. example below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">/stores?store_id=1234\n</code></pre>\n<p>The other parameters work as filters that you can combine to meet your search needs. The example below shows how you would search for all stores in a postal code that also has a specific service type.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>/stores?postal_code=98101&amp;service_type_id=2\n</code></pre><p>To search and filter through all the stores you can use the all_stores parameter. Example below: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>/stores?all_stores=true\n</code></pre><p>filter all stores by service_type_id, example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>/stores?all_stores=true&amp;service_type_id=2\n</code></pre>","urlObject":{"path":["stores"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Get a store for a specific ID</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"disabled":true,"description":{"content":"<p>Set whether or not you'll like to receive the hours of operation (service schedule) for each of the store's service types. Setting to true will include the service schedule in the response. You can use the service schedule to determine the start and end times that a particular service is available.</p>\n","type":"text/plain"},"key":"service_schedule","value":"true"},{"disabled":true,"description":{"content":"<p>Set this if you are looking to fetch all stores</p>\n","type":"text/plain"},"key":"all_stores","value":"true"},{"disabled":true,"description":{"content":"<p>Search for stores available for this service type</p>\n","type":"text/plain"},"key":"service_type_id","value":"{{service_type_id}}"},{"disabled":true,"description":{"content":"<p>When searching for a store, set this if you are looking to get stores available given this latitude. For pickup, this will sort the stores in order of closest. For delivery, this will validate delivery radius.</p>\n","type":"text/plain"},"key":"latitude","value":"40.74661"},{"disabled":true,"description":{"content":"<p>When searching for a store, set this if you are looking to get stores available given this longitude. For pickup, this will sort the stores in order of closest. For delivery, this will validate delivery radius.</p>\n","type":"text/plain"},"key":"longitude","value":"-73.98833"},{"disabled":true,"description":{"content":"<p>Filter for locations that are available for ordering at the time that the guest is ordering. Used to filter for stored that are closed on certain days, holidays hours, future store openings, etc.</p>\n","type":"text/plain"},"key":"ready_ts","value":"2023-07-25T21:48:01-07:00"},{"disabled":true,"description":{"content":"<p>Used in combination with street_address, to search for stores at a specific street -&gt; Example: \"1234\"</p>\n","type":"text/plain"},"key":"street_number","value":"1216"},{"disabled":true,"description":{"content":"<p>Used in combination with street_address, to search for stores at a specific street -&gt; Example: \"Papaya cir.\"</p>\n","type":"text/plain"},"key":"street_address","value":"Broadway"},{"disabled":true,"description":{"content":"<p>Filter store results by a particular city</p>\n","type":"text/plain"},"key":"city","value":"New York City"},{"disabled":true,"description":{"content":"<p>Filter store results by a particular state -&gt; Example \"NY\"</p>\n","type":"text/plain"},"key":"state","value":"NY"},{"disabled":true,"description":{"content":"<p>Filter store results by postal code</p>\n","type":"text/plain"},"key":"postal_code","value":"10001"}],"variable":[]}},"response":[{"id":"b5c6c6ac-7174-4f47-9df4-36ad52aab4ba","name":"Success: Get Store by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?store_id={{store_id}}","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"store_id","value":"{{store_id}}","description":"Get a store for a specific ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": \"0002\",\n        \"extra\": null,\n        \"restaurant_id\": 3,\n        \"active\": true,\n        \"postal_code\": \"10001\",\n        \"allow_group_orders\": true,\n        \"city\": \"Manhattan\",\n        \"geofence_meters\": 0,\n        \"state\": \"NY\",\n        \"go_min_preauth\": 0,\n        \"online\": true,\n        \"latitude\": 40.74661,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": null,\n        \"fax\": \"\",\n        \"address1\": \"1216 Broadway\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"today_hours\": \"12:00 AM - 02:00 AM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 45,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 15,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": 0,\n        \"name\": \"Sample Store\",\n        \"phone\": \"3475551111\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 6\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -73.98833,\n        \"local_time\": \"11:03 AM\",\n        \"is_open\": true\n    }\n]"},{"id":"c4935db7-9ad0-43d7-9e0c-2b36493a6080","name":"Success: All Stores","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?all_stores=true","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"all_stores","value":"true","description":"Set this if you are looking to fetch all stores"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:04:19 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"8815"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": \"0502\",\n        \"extra\": null,\n        \"restaurant_id\": 85,\n        \"active\": true,\n        \"postal_code\": \"06226\",\n        \"allow_group_orders\": true,\n        \"city\": \"Willimantic\",\n        \"geofence_meters\": 0,\n        \"state\": \"CT\",\n        \"go_min_preauth\": 0,\n        \"online\": false,\n        \"latitude\": 41.73504,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": \"Looking for the best pizza in town? Look no further!\",\n        \"fax\": \"\",\n        \"address1\": \"456 Main Street\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"today_hours\": \"06:00 AM - 11:00 PM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 35,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 300,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 0,\n                \"description\": \"Drive-Thru\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 0,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 4,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Drive-Thru\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": null,\n        \"name\": \"Main Street Pizza Shop\",\n        \"phone\": \"3475551111\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": null,\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": null,\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -72.1992281,\n        \"local_time\": \"11:04 AM\",\n        \"is_open\": true\n    },\n    {\n        \"store_id\": \"1132\",\n        \"extra\": null,\n        \"restaurant_id\": 76,\n        \"active\": true,\n        \"postal_code\": \"02720\",\n        \"allow_group_orders\": true,\n        \"city\": \"Fall River\",\n        \"geofence_meters\": 0,\n        \"state\": \"MA\",\n        \"go_min_preauth\": 0,\n        \"online\": false,\n        \"latitude\": 41.7133896,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": null,\n        \"fax\": \"\",\n        \"address1\": \"123 Sample Road\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"today_hours\": \"10:30 AM - 10:00 PM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 35,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 20,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": null,\n        \"name\": \"Other Side Pizza Shop\",\n        \"phone\": \"3475551111\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": null,\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": null,\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"22:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"11:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -71.1278007,\n        \"local_time\": \"11:04 AM\",\n        \"is_open\": true\n    }\n]"},{"id":"bb9d6a31-8786-4197-925b-9f734c23427a","name":"Success: Store with Service Schedule","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?store_id={{store_id}}&service_schedule=true","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"store_id","value":"{{store_id}}","description":"Get a store for a specific ID"},{"key":"service_schedule","value":"true","description":"Set whether or not you'll like to receive the hours of operation (service schedule) for each of the store's service types. This is a separate query parameter that needs to be included to receive it as this schedule is calculated at time of request."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:07:11 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1455"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": \"0002\",\n        \"extra\": null,\n        \"restaurant_id\": 3,\n        \"active\": true,\n        \"postal_code\": \"10001\",\n        \"allow_group_orders\": true,\n        \"city\": \"Manhattan\",\n        \"service_schedule\": {\n            \"1\": {\n                \"2023-03-02\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-03\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-26\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-01\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-06\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-07\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-04\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-05\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-23\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-27\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-08\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-09\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-28\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-29\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-27\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-20\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-23\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-21\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-22\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-09\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-08\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-07\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-06\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-05\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-04\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-03\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-02\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-01\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-24\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-21\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-20\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-24\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-22\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-31\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-30\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-11\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-10\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-13\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-12\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-15\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-14\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-17\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-16\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-19\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-18\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-28\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-26\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-25\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-18\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-19\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-25\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-24\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-23\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-10\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-11\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-12\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-13\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-14\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-15\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-16\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-17\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ]\n            },\n            \"2\": {\n                \"2023-03-02\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-03\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-03-26\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-01\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-06\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-07\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-04\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-05\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-23\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-02-27\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-08\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-09\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-28\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-29\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-27\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-20\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-23\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-21\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-22\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-09\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-08\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-07\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-04-06\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-05\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-04\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-03\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-02\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-01\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-24\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-21\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-04-20\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-24\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-04-22\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-31\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-03-30\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-11\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-10\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-03-13\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-12\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-15\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-14\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-17\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-03-16\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-19\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-18\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-28\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-02-26\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-03-25\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-18\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-19\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-02-25\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-24\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-02-23\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-10\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-11\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-12\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-13\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-14\": [\n                    [\n                        0,\n                        1260\n                    ],\n                    [\n                        1290,\n                        1560\n                    ]\n                ],\n                \"2023-04-15\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-16\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ],\n                \"2023-04-17\": [\n                    [\n                        0,\n                        1230\n                    ],\n                    [\n                        1260,\n                        1560\n                    ]\n                ]\n            },\n            \"5\": {\n                \"2023-03-02\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-03\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-26\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-01\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-06\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-07\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-04\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-05\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-23\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-27\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-08\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-09\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-28\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-29\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-27\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-20\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-23\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-21\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-22\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-09\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-08\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-07\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-06\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-05\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-04\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-03\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-02\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-01\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-24\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-21\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-20\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-24\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-22\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-31\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-30\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-11\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-10\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-13\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-12\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-15\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-14\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-17\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-16\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-19\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-18\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-28\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-26\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-03-25\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-18\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-19\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-25\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-24\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-02-23\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-10\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-11\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-12\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-13\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-14\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-15\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-16\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ],\n                \"2023-04-17\": [\n                    [\n                        0,\n                        1560\n                    ]\n                ]\n            }\n        },\n        \"geofence_meters\": 0,\n        \"state\": \"NY\",\n        \"go_min_preauth\": 0,\n        \"online\": true,\n        \"latitude\": 40.74661,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": null,\n        \"fax\": \"\",\n        \"address1\": \"1216 Broadway\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"today_hours\": \"12:00 AM - 02:00 AM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 45,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 15,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": 0,\n        \"name\": \"Sample Store\",\n        \"phone\": \"3475551111\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 6\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -73.98833,\n        \"local_time\": \"11:07 AM\",\n        \"is_open\": true\n    }\n]"},{"id":"c7f4ffc8-e6b2-4c9d-af8c-986763b9f5ae","name":"Success: Available Stores for Service Type","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?all_stores=true&service_type_id={{service_type_id}}","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"all_stores","value":"true","description":"Set this if you are looking to fetch all stores"},{"key":"service_type_id","value":"{{service_type_id}}","description":"Search for stores available for this service type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:09:37 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2205"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": \"0502\",\n        \"extra\": null,\n        \"restaurant_id\": 85,\n        \"active\": true,\n        \"postal_code\": \"06226\",\n        \"allow_group_orders\": true,\n        \"city\": \"Willimantic\",\n        \"geofence_meters\": 0,\n        \"state\": \"CT\",\n        \"go_min_preauth\": 0,\n        \"online\": false,\n        \"latitude\": 41.73504,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": \"Looking for the best pizza in town? Look no further!\",\n        \"fax\": \"\",\n        \"address1\": \"456 Main Street\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"today_hours\": \"06:00 AM - 11:00 PM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 35,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 300,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 0,\n                \"description\": \"Drive-Thru\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 0,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 4,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Drive-Thru\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": null,\n        \"name\": \"Main Street Pizza Shop\",\n        \"phone\": \"3475551111\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": null,\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": null,\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"06:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"23:00\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -72.1992281,\n        \"local_time\": \"11:04 AM\",\n        \"is_open\": true\n    },\n    {\n        \"store_id\": \"1132\",\n        \"extra\": null,\n        \"restaurant_id\": 76,\n        \"active\": true,\n        \"postal_code\": \"02720\",\n        \"allow_group_orders\": true,\n        \"city\": \"Fall River\",\n        \"geofence_meters\": 0,\n        \"state\": \"MA\",\n        \"go_min_preauth\": 0,\n        \"online\": false,\n        \"latitude\": 41.7133896,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": null,\n        \"fax\": \"\",\n        \"address1\": \"123 Sample Road\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"today_hours\": \"10:30 AM - 10:00 PM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 35,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 20,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": null,\n        \"name\": \"Other Side Pizza Shop\",\n        \"phone\": \"3475551111\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": null,\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": null,\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"10:30\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"22:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"11:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"21:30\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -71.1278007,\n        \"local_time\": \"11:04 AM\",\n        \"is_open\": true\n    }\n]"},{"id":"77f7ab34-5d61-4c6e-b289-d6e6659f211e","name":"Success: Stores Sorted / Filtered by Geo","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?all_stores=true&service_type_id={{service_type_id}}&latitude=40.74661&longitude=-73.98833","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"all_stores","value":"true","description":"Set this if you are looking to fetch all stores"},{"key":"service_type_id","value":"{{service_type_id}}","description":"Search for stores available for this service type"},{"key":"latitude","value":"40.74661","description":"When searching for a store, set this if you are looking to get stores available given this latitude. For pickup, this will sort the stores in order of closest and within 25 miles. For delivery, this will validate delivery radius."},{"key":"longitude","value":"-73.98833","description":"When searching for a store, set this if you are looking to get stores available given this latitude. For pickup, this will sort the stores in order of closest and within 25 miles. For delivery, this will validate delivery radius."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:11:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1110"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": \"0002\",\n        \"extra\": null,\n        \"restaurant_id\": 3,\n        \"active\": true,\n        \"postal_code\": \"10001\",\n        \"allow_group_orders\": true,\n        \"city\": \"Manhattan\",\n        \"geofence_meters\": 0,\n        \"state\": \"NY\",\n        \"go_min_preauth\": 0,\n        \"online\": true,\n        \"latitude\": 40.74661,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": null,\n        \"fax\": \"\",\n        \"address1\": \"1216 Broadway\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"today_hours\": \"12:00 AM - 02:00 AM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 45,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 15,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": 0,\n        \"name\": \"Sample Store\",\n        \"phone\": \"3475551020\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 6\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -73.98833,\n        \"local_time\": \"11:11 AM\",\n        \"is_open\": true\n    },\n    {\n        \"store_id\": \"0003\",\n        \"extra\": null,\n        \"restaurant_id\": 4,\n        \"active\": true,\n        \"postal_code\": \"10001\",\n        \"allow_group_orders\": true,\n        \"city\": \"Manhattan\",\n        \"geofence_meters\": 0,\n        \"state\": \"NY\",\n        \"go_min_preauth\": 0,\n        \"online\": true,\n        \"latitude\": 40.74661,\n        \"today\": \"02/24/2023\",\n        \"promo_text\": \"Test Announcement !!!\",\n        \"fax\": \"\",\n        \"address1\": \"1216 Broadway\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"today_hours\": \"12:00 AM - 02:00 AM\",\n        \"call_center_only\": false,\n        \"test_store\": false,\n        \"services\": [\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": true,\n                \"group_name\": \"delivery\",\n                \"base_prep_time\": 30,\n                \"description\": \"Delivery\",\n                \"suggest_tip\": 0.2,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 60,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 1,\n                \"group_desc\": null,\n                \"requires_dispatch\": true,\n                \"service_group_id\": 1,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Delivery\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Delivery\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"pickup\",\n                \"base_prep_time\": 15,\n                \"description\": \"Pick-Up\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 30,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 2,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 2,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Pick-Up\",\n                \"allow_tip\": false,\n                \"group_display_name\": \"Pick-up\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": 0,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            },\n            {\n                \"is_visible\": true,\n                \"requires_customer_present\": false,\n                \"requires_shipping\": false,\n                \"requires_address\": false,\n                \"group_name\": \"catering\",\n                \"base_prep_time\": 110,\n                \"description\": \"Catering\",\n                \"suggest_tip\": 0,\n                \"requires_ready_date\": false,\n                \"order_time_precision\": null,\n                \"locker_provider_id\": null,\n                \"offline_today\": false,\n                \"lead_time\": 120,\n                \"group_base_prep_time\": 15,\n                \"service_type_id\": 5,\n                \"group_desc\": null,\n                \"requires_dispatch\": false,\n                \"service_group_id\": 3,\n                \"max_subtotal_cents\": null,\n                \"group_ordering\": {\n                    \"seconds_per_person_originator_pay\": 30,\n                    \"seconds_per_person_member_pay\": 60,\n                    \"seconds_per_dollar\": 5\n                },\n                \"redirect_name\": null,\n                \"name\": \"Catering\",\n                \"allow_tip\": true,\n                \"group_display_name\": \"Catering\",\n                \"requires_ready_stamp\": true,\n                \"min_subtotal_cents\": null,\n                \"hide_order_url\": false,\n                \"redirect_url\": null,\n                \"allow_check_in\": false\n            }\n        ],\n        \"timezone_offset_mins\": -300,\n        \"distance\": 0,\n        \"name\": \"Other Store\",\n        \"phone\": \"3475551021\",\n        \"country\": \"US\",\n        \"hours\": [\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 0\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 1\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 2\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 3\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 4\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 5\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"02:00\",\n                \"day_of_week\": 6\n            },\n            {\n                \"start_time\": \"00:00\",\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"end_time\": \"24:00\",\n                \"day_of_week\": 6\n            }\n        ],\n        \"time_zone\": \"GMT-5\",\n        \"longitude\": -73.98833,\n        \"local_time\": \"11:11 AM\",\n        \"is_open\": true\n    }\n]"},{"id":"08eeb261-4926-4b87-a4c5-1f41d447f303","name":"Failure: No Store Found for ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?store_id={{store_id}}","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"store_id","value":"{{store_id}}","description":"Get a store for a specific ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:16:50 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"28"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"no stores found\"\n}"},{"id":"39bedc04-781e-4e42-bfb3-6d43fec77157","name":"Failure: No Stores Found for Geo","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores?all_stores=true&service_type_id={{service_type_id}}&latitude=34.052235&longitude=-118.243683","host":["{{baseUrl}}"],"path":["stores"],"query":[{"key":"all_stores","value":"true","description":"Set this if you are looking to fetch all stores"},{"key":"service_type_id","value":"{{service_type_id}}","description":"Search for stores available for this service type"},{"key":"latitude","value":"34.052235","description":"When searching for a store, set this if you are looking to get stores available given this latitude. For pickup, this will sort the stores in order of closest. For delivery, this will validate delivery radius."},{"key":"longitude","value":"-118.243683","description":"When searching for a store, set this if you are looking to get stores available given this longitude. For pickup, this will sort the stores in order of closest. For delivery, this will validate delivery radius."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:13:40 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"28"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"no stores found\"\n}"}],"_postman_id":"8c21fef2-ae14-4eae-919c-740f0a2ec44d"},{"name":"Get Store Hours","id":"8ac8183b-805c-4618-812c-e86e4ca065d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/{{store_id}}/hours","description":"<p>Use this endpoint to search for the hours a store are open. The display name is returned with the start and end time as well as a integer code corresponding to the day of the week. 0 = Monday, 1 = Tuesday, 3 = Wed, etc...</p>\n","urlObject":{"path":["stores","{{store_id}}","hours"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f0458723-302e-478a-a4e2-8adde1bf61bc","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/{{store_id}}/hours"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:17:27 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"219"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hours\": [\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 1,\n            \"display_name\": \"Monday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 0\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 1,\n            \"display_name\": \"Monday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 0\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 2,\n            \"display_name\": \"Tuesday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 1\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 2,\n            \"display_name\": \"Tuesday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 1\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 3,\n            \"display_name\": \"Wednesday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 2\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 3,\n            \"display_name\": \"Wednesday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 2\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 4,\n            \"display_name\": \"Thursday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 3\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 4,\n            \"display_name\": \"Thursday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 3\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 5,\n            \"display_name\": \"Friday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 4\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 5,\n            \"display_name\": \"Friday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 4\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 6,\n            \"display_name\": \"Saturday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 5\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 6,\n            \"display_name\": \"Saturday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 5\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 7,\n            \"display_name\": \"Sunday\",\n            \"end_time\": \"02:00\",\n            \"day_of_week\": 6\n        },\n        {\n            \"start_time\": \"00:00\",\n            \"iso_dow\": 7,\n            \"display_name\": \"Sunday\",\n            \"end_time\": \"24:00\",\n            \"day_of_week\": 6\n        }\n    ]\n}"},{"id":"20dc688b-95be-499f-99ec-2d8bbf686472","name":"Failure: Store Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/{{store_id}}/hours"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:18:56 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"28"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"store not found\"\n}"}],"_postman_id":"8ac8183b-805c-4618-812c-e86e4ca065d0"},{"name":"Get Payment Methods Available for Store & Service Type","id":"c4113862-61ad-404b-83af-db7954f8a69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/{{store_id}}/payment-methods?service_type_id={{service_type_id}}","urlObject":{"path":["stores","{{store_id}}","payment-methods"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Service type id will filter payment type availability for the specific service type (ie. Payment methods that are available specifically for Delivery or Pickup or Dine In)</p>\n","type":"text/plain"},"key":"service_type_id","value":"{{service_type_id}}"},{"disabled":true,"description":{"content":"<p>Customer id will return payment types available for the customer, including saved cards.</p>\n","type":"text/plain"},"key":"customer_id","value":"{{customer_id}}"}],"variable":[]}},"response":[{"id":"19bc5c38-1847-40d6-9876-82e9acbe6bfb","name":"Success: Credit Cards and Cash","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores/{{store_id}}/payment-methods?service_type_id={{service_type_id}}","host":["{{baseUrl}}"],"path":["stores","{{store_id}}","payment-methods"],"query":[{"key":"service_type_id","value":"{{service_type_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:19:35 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"673"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 1,\n        \"match_re\": \"^4\",\n        \"cc_type\": \"Visa\",\n        \"ranges\": [\n            [\n                \"4000000000000000\",\n                \"4999999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"Visa\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://example.novadine.com/mp/stdimages/badge_paytype_visa\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 4,\n        \"match_re\": \"^3[47]\",\n        \"cc_type\": \"American Express\",\n        \"ranges\": [\n            [\n                \"340000000000000\",\n                \"349999999999999\"\n            ],\n            [\n                \"370000000000000\",\n                \"379999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"American Express\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_american_express\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 2,\n        \"match_re\": \"^5[12345]\",\n        \"cc_type\": \"Mastercard\",\n        \"ranges\": [\n            [\n                \"5100000000000000\",\n                \"5599999999999999\"\n            ],\n            [\n                \"2221000000000000\",\n                \"2720999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"Mastercard\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_mastercard\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 0,\n        \"cc_type_id\": 3,\n        \"match_re\": \"^6011[02349]\",\n        \"cc_type\": \"Discover\",\n        \"ranges\": [\n            [\n                \"6011000000000000\",\n                \"6011999999999999\"\n            ],\n            [\n                \"6221260000000000\",\n                \"6229259999999999\"\n            ],\n            [\n                \"6440000000000000\",\n                \"6499999999999999\"\n            ],\n            [\n                \"6500000000000000\",\n                \"6599999999999999\"\n            ]\n        ],\n        \"expiration_range\": [\n            {\n                \"month\": 2,\n                \"year\": 2023\n            },\n            {\n                \"month\": 12,\n                \"year\": 2033\n            }\n        ],\n        \"name\": \"Discover\",\n        \"allow_tip\": true,\n        \"fields\": [\n            {\n                \"name\": \"card_number\",\n                \"label\": \"Card Number\"\n            },\n            {\n                \"name\": \"expiration_month\",\n                \"label\": \"Exp Month\"\n            },\n            {\n                \"name\": \"expiration_year\",\n                \"label\": \"Exp Year\"\n            },\n            {\n                \"name\": \"first_name\",\n                \"label\": \"First Name\"\n            },\n            {\n                \"name\": \"last_name\",\n                \"label\": \"Last Name\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"company\",\n                \"label\": \"Company\"\n            },\n            {\n                \"name\": \"address1\",\n                \"label\": \"Address\"\n            },\n            {\n                \"is_optional\": true,\n                \"name\": \"address2\",\n                \"label\": \"Address 2\"\n            },\n            {\n                \"name\": \"city\",\n                \"label\": \"City\"\n            },\n            {\n                \"name\": \"state\",\n                \"label\": \"State\"\n            },\n            {\n                \"min_length\": 5,\n                \"max_length\": 10,\n                \"name\": \"postal_code\",\n                \"label\": \"ZIP Code\"\n            },\n            {\n                \"name\": \"security_code\",\n                \"label\": \"CVV\"\n            }\n        ],\n        \"pay_proc_label\": \"Lunchbox Payments\",\n        \"is_credit_card\": true,\n        \"badge_url\": \"https://sample.novadine.com/mp/stdimages/badge_paytype_discover\",\n        \"schema\": \"credit_card\"\n    },\n    {\n        \"pay_proc_id\": 3,\n        \"name\": \"CASH\",\n        \"allow_tip\": false,\n        \"fields\": [],\n        \"pay_proc_label\": \"CASH\",\n        \"badge_url\": null,\n        \"is_credit_card\": false\n    }\n]"}],"_postman_id":"c4113862-61ad-404b-83af-db7954f8a69d"},{"name":"Verify Delivery Address, Fee and Return Order Minimum","id":"7378c30f-7021-4448-af4c-fecc21cfc0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"latitude\": \"40.74661\",\n        \"longitude\": \"-73.98833\"\n    },\n    \"subtotal_cents\": 1000,\n    \"ready_ts\": \"2022-12-24 11:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/delivery-info","description":"<p>Use this endpoint to get the delivery info details for a store and a delivery location. You can either pass it a latitude and longitude, or you can pass it a full address. You can also pass it a subtotal. Passing a service type id is not required but it is recommended.</p>\n<p>Use latitude and longitude in the request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"address\": {\n        \"latitude\": \"36.054\",\n        \"longitude\": \"-79.903\"\n    },\n    \"subtotal_cents\": 1000,\n    \"ready_ts\": \"2019-03-24 11:00:00\",\n    \"service_type_id\": 1\n}\n</code></pre>\n<p>Or use a full address in the request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"address\": {\n        \"postal_code\":\"27409\",\n        \"street_number\":\"4505\",\n        \"street_address\":\"West Wendover Ave\",\n        \"city\":\"Greensboro\",\n        \"state\":\"NC\"\n    },\n    \"subtotal_cents\": 10000,\n    \"ready_ts\": \"2019-03-24 11:00:00\",\n    \"service_type_id\": 1\n}\n</code></pre>\n","urlObject":{"path":["stores","{{store_id}}","delivery-info"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7f574326-5421-4ac5-adec-130fd573f589","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"latitude\": \"40.74661\",\n        \"longitude\": \"-73.98833\"\n    },\n    \"subtotal_cents\": 1000,\n    \"ready_ts\": \"2022-12-24 11:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/delivery-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:26:35 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"263"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_minimum\": 1500,\n    \"delivery_charge\": 499,\n    \"name\": \"Distance Rule\",\n    \"success\": true,\n    \"adjustments\": [\n        {\n            \"delivery_charge_pct\": 0,\n            \"order_minimum\": 1500,\n            \"mileage_rate_cents\": 0,\n            \"delivery_charge\": 499\n        }\n    ],\n    \"delivery_charge_pct\": 0,\n    \"mileage_rate_cents\": 0\n}"},{"id":"780f9e35-9eab-4cfa-bbfd-cb44c8efb895","name":"Failure: Delivery Address Not Servicable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"latitude\": \"36.054\",\n        \"longitude\": \"-79.903\"\n    },\n    \"subtotal_cents\": 1000,\n    \"ready_ts\": \"2022-12-24 11:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/delivery-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:24:20 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"18"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"}],"_postman_id":"7378c30f-7021-4448-af4c-fecc21cfc0cf"}],"id":"43ab342e-01a7-4063-b51d-1299a90ab63a","_postman_id":"43ab342e-01a7-4063-b51d-1299a90ab63a","description":""},{"name":"Menus","item":[{"name":"Get Menus for Store","id":"f36d6753-3e80-45ff-a580-02a1a21ce7bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus?service_type_id={{service_type_id}}","description":"<p>This request is used to fetch the menus available at a particular store, for a particular service type. This will return all the menus expanded with categories and items and pick lists (pick lists can also be omitted using skip_pick_lists).</p>\n","urlObject":{"path":["stores","{{store_id}}","menus"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>(required) The service type (pickup, delivery, etc) that menus should be fetched for</p>\n","type":"text/plain"},"key":"service_type_id","value":"{{service_type_id}}"},{"disabled":true,"description":{"content":"<p>Whether or not to lighten the payload of the response received by excluding pick lists</p>\n","type":"text/plain"},"key":"skip_pick_lists","value":"true"}],"variable":[]}},"response":[{"id":"2053b06b-2f7f-4ccb-85c8-0d6d3c57cd04","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/stores/{{store_id}}/menus?service_type_id={{service_type_id}}","host":["{{baseUrl}}"],"path":["stores","{{store_id}}","menus"],"query":[{"key":"service_type_id","value":"{{service_type_id}}","description":"(required) The service type (pickup, delivery, etc) that menus should be fetched for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:11:54 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"7228"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Etag","value":"W/\"39cd85d33b9edd4228bd3f037d3949c804025b57\""},{"key":"Cache-Control","value":"private,max-age=120"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"menu_id\": 1,\n        \"mode_id\": 1,\n        \"name\": \"Sample Menu\",\n        \"hours\": [\n            {\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"start_time\": 0,\n                \"day_of_week\": 2,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"start_time\": 0,\n                \"day_of_week\": 3,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"start_time\": 0,\n                \"day_of_week\": 4,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"start_time\": 0,\n                \"day_of_week\": 5,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"start_time\": 0,\n                \"day_of_week\": 6,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"start_time\": 0,\n                \"day_of_week\": 7,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"start_time\": 0,\n                \"day_of_week\": 1,\n                \"end_time\": 1560\n            }\n        ],\n        \"default_category_id\": 2197,\n        \"categories\": [\n            {\n                \"name\": \"Sandwiches\",\n                \"pick_lists\": [],\n                \"items\": [\n                    {\n                        \"long_desc\": \"Our sandwiches come with approximately 1/3 pound of the meat of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41383,\n                                \"short_name\": null,\n                                \"pick_lists\": [\n                                    {\n                                        \"display_style\": \"checkbox\",\n                                        \"prompt\": \"Sandwich Meat\",\n                                        \"pick_list_id\": 1652,\n                                        \"defaults_price\": 0,\n                                        \"plural_selection_label\": \"\",\n                                        \"max_qty\": 1,\n                                        \"min_qty\": 1,\n                                        \"selection_label\": \"\",\n                                        \"pick_list_type\": \"modifier\",\n                                        \"items\": [\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Brisket\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23712,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41489,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 100,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23712/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Turkey\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23713,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41490,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23713/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Pork Loin\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23714,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41491,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23714/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Regular Sausage\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23715,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41492,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23715/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Jalapeno Sausage\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23716,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41493,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23716/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Pulled Pork\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23717,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41494,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23717/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Rudy's Chopped\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23718,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41495,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1652/23718/2215///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            }\n                                        ],\n                                        \"display_hints\": {},\n                                        \"show_qty\": false\n                                    },\n                                    {\n                                        \"display_style\": \"checkbox\",\n                                        \"prompt\": \"Cheese (Sandwiches)\",\n                                        \"pick_list_id\": 1653,\n                                        \"defaults_price\": 0,\n                                        \"plural_selection_label\": \"\",\n                                        \"max_qty\": 1,\n                                        \"min_qty\": 1,\n                                        \"selection_label\": \"\",\n                                        \"pick_list_type\": \"modifier\",\n                                        \"items\": [\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"No Cheese\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23719,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41496,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1653/23719/2216///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Add Cheese\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23720,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41497,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 50,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1653/23720/2216///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            }\n                                        ],\n                                        \"display_hints\": {},\n                                        \"show_qty\": false\n                                    }\n                                ],\n                                \"display_price\": 749,\n                                \"price\": 749,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Sandwich\",\n                        \"extra\": null,\n                        \"short_desc\": \"Our sandwiches come with approximately 1/3 pound of the meat of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23606,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23606,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23606,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23606,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23606,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"Our two meat sandwiches come with approximately 1/3 pound of two meats of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41384,\n                                \"short_name\": null,\n                                \"pick_lists\": [\n                                    {\n                                        \"display_style\": \"checkbox\",\n                                        \"prompt\": \"First Sandwich Meat\",\n                                        \"pick_list_id\": 1654,\n                                        \"defaults_price\": 0,\n                                        \"plural_selection_label\": \"\",\n                                        \"max_qty\": 1,\n                                        \"min_qty\": 1,\n                                        \"selection_label\": \"\",\n                                        \"pick_list_type\": \"modifier\",\n                                        \"items\": [\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Brisket\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23721,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41498,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23721/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Turkey\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23722,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41499,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23722/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Pork Loin\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23723,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41500,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23723/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Regular Sausage\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23724,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41501,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23724/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Jalapeno Sausage\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23725,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41502,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23725/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Pulled Pork\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23726,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41503,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23726/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Rudy's Chopped\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23727,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41504,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1654/23727/2217///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            }\n                                        ],\n                                        \"display_hints\": {},\n                                        \"show_qty\": false\n                                    },\n                                    {\n                                        \"display_style\": \"checkbox\",\n                                        \"prompt\": \"Second Sandwich Meat\",\n                                        \"pick_list_id\": 1655,\n                                        \"defaults_price\": 0,\n                                        \"plural_selection_label\": \"\",\n                                        \"max_qty\": 1,\n                                        \"min_qty\": 1,\n                                        \"selection_label\": \"\",\n                                        \"pick_list_type\": \"modifier\",\n                                        \"items\": [\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Brisket\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23728,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41505,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23728/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Turkey\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23729,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41506,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23729/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Pork Loin\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23730,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41507,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23730/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Regular Sausage\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23731,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41508,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23731/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Jalapeno Sausage\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23732,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41509,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23732/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Pulled Pork\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23733,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41510,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23733/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Rudy's Chopped\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23734,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41511,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1655/23734/2218///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            }\n                                        ],\n                                        \"display_hints\": {},\n                                        \"show_qty\": false\n                                    },\n                                    {\n                                        \"display_style\": \"checkbox\",\n                                        \"prompt\": \"Cheese (Sandwiches)\",\n                                        \"pick_list_id\": 1653,\n                                        \"defaults_price\": 0,\n                                        \"plural_selection_label\": \"\",\n                                        \"max_qty\": 1,\n                                        \"min_qty\": 1,\n                                        \"selection_label\": \"\",\n                                        \"pick_list_type\": \"modifier\",\n                                        \"items\": [\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"No Cheese\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23719,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41496,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 0,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1653/23719/2216///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            },\n                                            {\n                                                \"classes\": {},\n                                                \"name\": \"Add Cheese\",\n                                                \"long_desc\": null,\n                                                \"item_id\": 23720,\n                                                \"class_ids\": [],\n                                                \"extra\": null,\n                                                \"short_desc\": \"\",\n                                                \"variants\": [\n                                                    {\n                                                        \"item_config_id\": 41497,\n                                                        \"short_name\": null,\n                                                        \"pick_lists\": [],\n                                                        \"price\": 50,\n                                                        \"default_qty\": 0,\n                                                        \"size_name\": null,\n                                                        \"style_name\": null,\n                                                        \"composite_id\": \"1653/23720/2216///\"\n                                                    }\n                                                ],\n                                                \"image_urls\": {\n                                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\",\n                                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\"\n                                                }\n                                            }\n                                        ],\n                                        \"display_hints\": {},\n                                        \"show_qty\": false\n                                    }\n                                ],\n                                \"display_price\": 949,\n                                \"price\": 949,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Two Meat Sandwich\",\n                        \"extra\": null,\n                        \"short_desc\": \"Our two meat sandwiches come with approximately 1/3 pound of two meats of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23607,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23607,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23607,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23607,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23607,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    }\n                ],\n                \"short_desc\": null,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2198_mobile,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2198_mobile,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/cat_2198,400,300\",\n                    \"icon\": null,\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/cat_2198,600,450\"\n                },\n                \"is_bulk_view\": false,\n                \"min_qty\": 0,\n                \"category_id\": 2198,\n                \"categories\": []\n            },\n            {\n                \"name\": \"Drinks\",\n                \"pick_lists\": [],\n                \"items\": [\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41405,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 89,\n                                \"price\": 89,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Small Coffee\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23628,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23628,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23628,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23628,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23628,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41406,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 139,\n                                \"price\": 139,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Large Coffee\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23629,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23629,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23629,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23629,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23629,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41407,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 199,\n                                \"price\": 199,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Small Drink\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23630,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23630,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23630,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23630,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23630,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41408,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 249,\n                                \"price\": 249,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Medium Drink\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23631,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23631,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23631,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23631,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23631,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41409,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 299,\n                                \"price\": 299,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Large Drink\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23632,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23632,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23632,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23632,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23632,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41410,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 249,\n                                \"price\": 249,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Bottle Soda\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23633,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23633,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23633,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23633,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23633,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41411,\n                                \"short_name\": null,\n                                \"pick_lists\": [],\n                                \"display_price\": 599,\n                                \"price\": 599,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Gallon Tea\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23634,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23634,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23634,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23634,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23634,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    }\n                ],\n                \"short_desc\": null,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2204_mobile,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2204_mobile,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/cat_2204,400,300\",\n                    \"icon\": null,\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/cat_2204,600,450\"\n                },\n                \"is_bulk_view\": false,\n                \"min_qty\": 0,\n                \"category_id\": 2204,\n                \"categories\": []\n            }\n        ]\n    }\n]"},{"id":"4deacd75-a86c-41b4-a5c2-7ab99b98ca17","name":"Success: Skip Pick Lists","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/stores/{{store_id}}/menus?service_type_id={{service_type_id}}&skip_pick_lists=true","host":["{{baseUrl}}"],"path":["stores","{{store_id}}","menus"],"query":[{"key":"service_type_id","value":"{{service_type_id}}","description":"(required) The service type (pickup, delivery, etc) that menus should be fetched for"},{"key":"skip_pick_lists","value":"true","description":"Whether or not to lighten the payload of the response received by excluding pick lists"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:19:00 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"4551"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Etag","value":"W/\"a56198bac9f561fab0f92b3c8f7e249ad36bc7fb\""},{"key":"Cache-Control","value":"private,max-age=120"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"menu_id\": 1,\n        \"mode_id\": 1,\n        \"name\": \"Lunchbox Menu - PG\",\n        \"hours\": [\n            {\n                \"iso_dow\": 1,\n                \"display_name\": \"Monday\",\n                \"start_time\": 0,\n                \"day_of_week\": 2,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 2,\n                \"display_name\": \"Tuesday\",\n                \"start_time\": 0,\n                \"day_of_week\": 3,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 3,\n                \"display_name\": \"Wednesday\",\n                \"start_time\": 0,\n                \"day_of_week\": 4,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 4,\n                \"display_name\": \"Thursday\",\n                \"start_time\": 0,\n                \"day_of_week\": 5,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 5,\n                \"display_name\": \"Friday\",\n                \"start_time\": 0,\n                \"day_of_week\": 6,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 6,\n                \"display_name\": \"Saturday\",\n                \"start_time\": 0,\n                \"day_of_week\": 7,\n                \"end_time\": 1560\n            },\n            {\n                \"iso_dow\": 7,\n                \"display_name\": \"Sunday\",\n                \"start_time\": 0,\n                \"day_of_week\": 1,\n                \"end_time\": 1560\n            }\n        ],\n        \"default_category_id\": 2197,\n        \"categories\": [\n            {\n                \"name\": \"Sandwiches\",\n                \"pick_lists\": [],\n                \"items\": [\n                    {\n                        \"long_desc\": \"Our sandwiches come with approximately 1/3 pound of the meat of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41383,\n                                \"short_name\": null,\n                                \"display_price\": 749,\n                                \"price\": 749,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Sandwich\",\n                        \"extra\": null,\n                        \"short_desc\": \"Our sandwiches come with approximately 1/3 pound of the meat of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23606,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23606,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23606,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23606,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23606,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"Our two meat sandwiches come with approximately 1/3 pound of two meats of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41384,\n                                \"short_name\": null,\n                                \"display_price\": 949,\n                                \"price\": 949,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Two Meat Sandwich\",\n                        \"extra\": null,\n                        \"short_desc\": \"Our two meat sandwiches come with approximately 1/3 pound of two meats of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23607,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23607,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23607,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23607,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23607,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    }\n                ],\n                \"short_desc\": null,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2198_mobile,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2198_mobile,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/cat_2198,400,300\",\n                    \"icon\": null,\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/cat_2198,600,450\"\n                },\n                \"is_bulk_view\": false,\n                \"min_qty\": 0,\n                \"category_id\": 2198,\n                \"categories\": []\n            },\n            {\n                \"name\": \"Drinks\",\n                \"pick_lists\": [],\n                \"items\": [\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41405,\n                                \"short_name\": null,\n                                \"display_price\": 89,\n                                \"price\": 89,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Small Coffee\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23628,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23628,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23628,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23628,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23628,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41406,\n                                \"short_name\": null,\n                                \"display_price\": 139,\n                                \"price\": 139,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Large Coffee\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23629,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23629,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23629,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23629,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23629,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41407,\n                                \"short_name\": null,\n                                \"display_price\": 199,\n                                \"price\": 199,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Small Drink\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23630,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23630,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23630,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23630,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23630,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41408,\n                                \"short_name\": null,\n                                \"display_price\": 249,\n                                \"price\": 249,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Medium Drink\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23631,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23631,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23631,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23631,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23631,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41409,\n                                \"short_name\": null,\n                                \"display_price\": 299,\n                                \"price\": 299,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Large Drink\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23632,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23632,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23632,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23632,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23632,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41410,\n                                \"short_name\": null,\n                                \"display_price\": 249,\n                                \"price\": 249,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Bottle Soda\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23633,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23633,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23633,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23633,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23633,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    },\n                    {\n                        \"long_desc\": \"\",\n                        \"variants\": [\n                            {\n                                \"item_config_id\": 41411,\n                                \"short_name\": null,\n                                \"display_price\": 599,\n                                \"price\": 599,\n                                \"standard_price\": null,\n                                \"default_qty\": 0,\n                                \"size_name\": null,\n                                \"codes\": [],\n                                \"defaults_price\": 0,\n                                \"max_calories\": null,\n                                \"min_calories\": null,\n                                \"style_name\": null\n                            }\n                        ],\n                        \"name\": \"Gallon Tea\",\n                        \"extra\": null,\n                        \"short_desc\": \"\",\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_23634,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_23634,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_23634,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_23634,600,450\"\n                        },\n                        \"item_type\": null,\n                        \"classes\": {},\n                        \"item_id\": 23634,\n                        \"attributes\": {},\n                        \"class_ids\": [],\n                        \"allergen_ids\": []\n                    }\n                ],\n                \"short_desc\": null,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2204_mobile,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/cat_2204_mobile,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/cat_2204,400,300\",\n                    \"icon\": null,\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/cat_2204,600,450\"\n                },\n                \"is_bulk_view\": false,\n                \"min_qty\": 0,\n                \"category_id\": 2204,\n                \"categories\": []\n            }\n        ]\n    }\n]"}],"_postman_id":"f36d6753-3e80-45ff-a580-02a1a21ce7bc"},{"name":"Get Categories for Menu","id":"f66f1097-98fc-4855-80b4-a286d5a6318e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories","description":"<p>Fetch the menu categories that are within a specific menu for a store.</p>\n","urlObject":{"path":["stores","{{store_id}}","menus","{{menu_id}}","categories"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5dfcbe61-5ae2-4c90-a7b1-28ab9eb56d41","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:20:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"949"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category_image\": \"cat_blank\",\n        \"menu_id\": 1,\n        \"is_st_default\": null,\n        \"bulk_itemid\": null,\n        \"category\": \"Sandwiches\",\n        \"nd_chain\": \"sample\",\n        \"short_desc\": null,\n        \"category_image_mobile\": \"cat_blank_mobile\",\n        \"service_type\": null,\n        \"category_icon\": null,\n        \"c_sort\": 2198,\n        \"has_children\": false,\n        \"parent_category\": null,\n        \"image_urls\": {\n            \"thumbnail_mobile\": \"https://sample.novadine.com/menu_image/cat_blank_mobile,80,50\",\n            \"standard_mobile\": \"https://sample.novadine.com/menu_image/cat_blank_mobile,220,200\",\n            \"thumbnail\": \"https://sample.novadine.com/menu_image/cat_blank,400,300\",\n            \"icon\": null,\n            \"standard\": \"https://sample.novadine.com/menu_image/cat_blank,600,450\"\n        },\n        \"bulk_view\": false,\n        \"min_count\": 0,\n        \"mc_do\": 7024,\n        \"min_sub_total\": 0,\n        \"display_order\": 7024,\n        \"display_hints\": null,\n        \"category_id\": 2198,\n        \"external_id\": null\n    },\n    {\n        \"category_image\": \"cat_blank\",\n        \"menu_id\": 1,\n        \"is_st_default\": null,\n        \"bulk_itemid\": null,\n        \"category\": \"Drinks\",\n        \"nd_chain\": \"sample\",\n        \"short_desc\": null,\n        \"category_image_mobile\": \"cat_blank_mobile\",\n        \"service_type\": null,\n        \"category_icon\": null,\n        \"c_sort\": 2204,\n        \"has_children\": false,\n        \"parent_category\": null,\n        \"image_urls\": {\n            \"thumbnail_mobile\": \"https://sample.novadine.com/menu_image/cat_blank_mobile,80,50\",\n            \"standard_mobile\": \"https://sample.novadine.com/menu_image/cat_blank_mobile,220,200\",\n            \"thumbnail\": \"https://sample.novadine.com/menu_image/cat_blank,400,300\",\n            \"icon\": null,\n            \"standard\": \"https://sample.novadine.com/menu_image/cat_blank,600,450\"\n        },\n        \"bulk_view\": false,\n        \"min_count\": 0,\n        \"mc_do\": 7030,\n        \"min_sub_total\": 0,\n        \"display_order\": 7030,\n        \"display_hints\": null,\n        \"category_id\": 2204,\n        \"external_id\": null\n    }\n]"}],"_postman_id":"f66f1097-98fc-4855-80b4-a286d5a6318e"},{"name":"Get Items for Category","id":"61f7644e-004a-4c10-a57a-c0a082f7daa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items","description":"<p>Fetch the items that are within a specific menu's menu category for a store.</p>\n","urlObject":{"path":["stores","{{store_id}}","menus","{{menu_id}}","categories","{{category_id}}","items"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"48676631-a969-4d12-a898-229f2f49bb7f","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:22:40 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2646"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"menu_id\": 1,\n        \"mode_id\": 1,\n        \"extra\": null,\n        \"item_id\": 2476,\n        \"min_qty\": 1,\n        \"badges\": {},\n        \"fav_id\": null,\n        \"item_name\": \"Cheese Ravioli Family Meal\",\n        \"short_desc\": \"Jumbo Cheese Ravioli in our Classic Marinara. Each order served with a full order of our delicious Cheese Breadsticks. Serving tongs, plates, and cutlery are also included.\",\n        \"min_price\": 3799,\n        \"special_now\": false,\n        \"start_date\": null,\n        \"available\": true,\n        \"long_desc\": \"Jumbo Cheese Ravioli in our Classic Marinara. Each order served with a full order of our delicious Cheese Breadsticks. Serving tongs, plates, and cutlery are also included.\",\n        \"item_image\": \"item_2476\",\n        \"end_date\": null,\n        \"multi_badges\": {},\n        \"price_list\": [\n            {\n                \"style_footnote\": null,\n                \"no_surcharge_price\": 3799,\n                \"mode_id\": 1,\n                \"defaults_price\": 0,\n                \"enabled\": true,\n                \"standard_price\": null,\n                \"item_id\": 2476,\n                \"baseprice\": 3799,\n                \"half_price\": null,\n                \"codes\": [],\n                \"review_count\": 0,\n                \"default_size\": null,\n                \"min_calories\": null,\n                \"default_style\": null,\n                \"style_name\": null,\n                \"item_config_id\": 6021,\n                \"short_name\": null,\n                \"display_price\": 3799,\n                \"has_pls\": true,\n                \"default_qty\": null,\n                \"size_name\": null,\n                \"tax_rate\": 0,\n                \"max_qty\": null,\n                \"min_count\": 1,\n                \"min_qty\": 1,\n                \"item_size_id\": null,\n                \"avg_rating\": null,\n                \"item_style_id\": null,\n                \"size_footnote\": null,\n                \"max_calories\": null,\n                \"min_price_plus\": 0,\n                \"category_id\": 799,\n                \"external_id\": \"c38e66d7-24b3-460b-a5e1-8405530cfeb3\",\n                \"base_price\": 3799\n            }\n        ],\n        \"item_image_mobile\": \"item_2476\",\n        \"max_qty\": null,\n        \"class_ids\": [],\n        \"display_order\": 3395,\n        \"item_type\": null,\n        \"classes\": {},\n        \"attributes\": {},\n        \"category_id\": 799,\n        \"sprice\": \"$37.99\",\n        \"allergen_ids\": []\n    },\n    {\n        \"menu_id\": 1,\n        \"mode_id\": 1,\n        \"extra\": null,\n        \"item_id\": 2757,\n        \"min_qty\": 1,\n        \"badges\": {},\n        \"fav_id\": null,\n        \"item_name\": \"Pasta Marinara Family Meal\",\n        \"short_desc\": \"A generous portion of Spaghetti or Penne in our Classic Marinara. Each order served with a full order of our delicious Cheese Breadsticks. Serving tongs, plates, and cutlery are also included.\",\n        \"min_price\": 3399,\n        \"special_now\": false,\n        \"start_date\": null,\n        \"available\": true,\n        \"long_desc\": \"A generous portion of Spaghetti or Penne in our Classic Marinara. Each order served with a full order of our delicious Cheese Breadsticks. Serving tongs, plates, and cutlery are also included.\",\n        \"item_image\": \"item_2757\",\n        \"end_date\": null,\n        \"multi_badges\": {},\n        \"price_list\": [\n            {\n                \"style_footnote\": null,\n                \"no_surcharge_price\": 3399,\n                \"mode_id\": 1,\n                \"defaults_price\": 0,\n                \"enabled\": true,\n                \"standard_price\": null,\n                \"item_id\": 2757,\n                \"baseprice\": 3399,\n                \"half_price\": null,\n                \"codes\": [],\n                \"review_count\": 0,\n                \"default_size\": null,\n                \"min_calories\": null,\n                \"default_style\": null,\n                \"style_name\": null,\n                \"item_config_id\": 6309,\n                \"short_name\": null,\n                \"display_price\": 3399,\n                \"has_pls\": true,\n                \"default_qty\": null,\n                \"size_name\": null,\n                \"tax_rate\": 0,\n                \"max_qty\": null,\n                \"min_count\": 1,\n                \"min_qty\": 1,\n                \"item_size_id\": null,\n                \"avg_rating\": null,\n                \"item_style_id\": null,\n                \"size_footnote\": null,\n                \"max_calories\": null,\n                \"min_price_plus\": 0,\n                \"category_id\": 799,\n                \"external_id\": \"b33ee00f-a8b7-48c9-b523-b4d56e24b150\",\n                \"base_price\": 3399\n            }\n        ],\n        \"item_image_mobile\": \"item_2757\",\n        \"max_qty\": null,\n        \"class_ids\": [],\n        \"display_order\": 3396,\n        \"item_type\": null,\n        \"classes\": {},\n        \"attributes\": {},\n        \"category_id\": 799,\n        \"sprice\": \"$33.99\",\n        \"allergen_ids\": []\n    }\n]"}],"_postman_id":"61f7644e-004a-4c10-a57a-c0a082f7daa5"},{"name":"Get Item Details","id":"18b1693d-012d-48db-a005-81971d5eb849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}","description":"<p>Use this endpoint to get details on a category item. A category item is a grouped menu item that describes a high level group of menu items. An example of a category item would be \"Plate: 1 entree with 2 sides\". The response returns all the options and requirements to make up a \"Plate: 1 entree with 2 sides\" for example.</p>\n","urlObject":{"path":["stores","{{store_id}}","menus","{{menu_id}}","categories","{{category_id}}","items","{{item_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c6fa7055-eaba-4e16-9047-84c38d889c63","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:24:52 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"2255"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Etag","value":"W/\"b5c7d433f3c1a35246f21a8864319e11ae7457c0\""},{"key":"Cache-Control","value":"private,max-age=120"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"prep_time_minutes\": 0,\n    \"chain\": \"pgtest\",\n    \"extra\": null,\n    \"item_id\": 2476,\n    \"calorie_range\": [],\n    \"nutrition_matrix\": {\n        \"None\": {\n            \"None\": {\n                \"allergens\": []\n            }\n        }\n    },\n    \"size_label\": \"Size\",\n    \"attributes\": {},\n    \"min_qty\": 1,\n    \"badges\": {},\n    \"image_urls\": {\n        \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2476,80,50\",\n        \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2476,220,200\",\n        \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2476,400,300\",\n        \"standard\": \"https://pgtest.novadine.com/menu_image/item_2476,600,450\"\n    },\n    \"image_gallery\": [],\n    \"item_name\": \"Cheese Ravioli Family Meal\",\n    \"short_desc\": \"Jumbo Cheese Ravioli in our Classic Marinara. Each order served with a full order of our delicious Cheese Breadsticks. Serving tongs, plates, and cutlery are also included. (Feeds Family of 5)\\r\\n(Cals: 4910)\",\n    \"long_description\": \"Jumbo Cheese Ravioli in our Classic Marinara. Each order served with a full order of our delicious Cheese Breadsticks. Serving tongs, plates, and cutlery are also included. (Feeds Family of 5)\\r\\n(Cals: 4910)\",\n    \"classes\": {},\n    \"option_sets\": [],\n    \"start_date\": null,\n    \"styles\": [],\n    \"pick_list_matrix\": {\n        \"None\": {\n            \"None\": {\n                \"defaults\": {},\n                \"pick_lists\": [\n                    {\n                        \"display_style\": \"gallery_with_children\",\n                        \"prompt\": \"Popular Additions2\",\n                        \"req_pick_list\": null,\n                        \"defaults_price\": 0,\n                        \"pick_list_items\": [\n                            {\n                                \"itemid\": 2643,\n                                \"style_footnote\": null,\n                                \"no_surcharge_price\": 1159,\n                                \"extra\": null,\n                                \"baseprice\": 1159,\n                                \"size_label\": \"Size\",\n                                \"itemname\": \"Extra Breadsticks - Large\",\n                                \"min_qty\": 1,\n                                \"simple_name\": \"Extra Breadsticks - Large\",\n                                \"category\": \"Popular Additions\",\n                                \"short_name\": null,\n                                \"catid\": 810,\n                                \"section\": null,\n                                \"classes\": {},\n                                \"child_pick_list_data\": {\n                                    \"required_pick_lists\": [],\n                                    \"bulk_item\": null,\n                                    \"omit_fieldset\": false,\n                                    \"optional_pick_lists\": [\n                                        {\n                                            \"display_style\": \"checkbox\",\n                                            \"prompt\": \"Remove Items\",\n                                            \"defaults_price\": 0,\n                                            \"pick_list_items\": [\n                                                {\n                                                    \"itemid\": 2685,\n                                                    \"style_footnote\": null,\n                                                    \"no_surcharge_price\": 0,\n                                                    \"extra\": null,\n                                                    \"enabled\": true,\n                                                    \"nutrition_matrix\": {\n                                                        \"allergens\": null\n                                                    },\n                                                    \"baseprice\": 0,\n                                                    \"size_label\": \"Size\",\n                                                    \"extra_cost\": \"\",\n                                                    \"class_ids\": [],\n                                                    \"item_image\": \"item_fallback\",\n                                                    \"category\": \"Remove Items\",\n                                                    \"short_name\": null,\n                                                    \"catid\": 756,\n                                                    \"itemname\": \"NO 3-Cheese Blend\",\n                                                    \"section\": null,\n                                                    \"classes\": {},\n                                                    \"style_name\": null,\n                                                    \"simple_name\": \"NO 3-Cheese Blend\",\n                                                    \"start_date\": null,\n                                                    \"item_config_id\": 6238,\n                                                    \"description\": \"\",\n                                                    \"end_date\": null,\n                                                    \"image_urls\": {\n                                                        \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                        \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                        \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                        \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                                    },\n                                                    \"compositeid\": \"1495/2685/756///1443-2643-810---\",\n                                                    \"size_name\": null,\n                                                    \"section_name\": null,\n                                                    \"style_label\": \"Style\",\n                                                    \"min_qty\": 1,\n                                                    \"section_external_id\": null,\n                                                    \"item_size_id\": null,\n                                                    \"name\": \"NO 3-Cheese Blend\",\n                                                    \"default_qty\": 0,\n                                                    \"menuid\": 1,\n                                                    \"item_style_id\": null,\n                                                    \"size_footnote\": null,\n                                                    \"item_type\": null,\n                                                    \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                    \"category_description\": null,\n                                                    \"external_id\": \"b1771ffa-ea42-4af4-af1c-cc6e1dd015cd\",\n                                                    \"allergen_ids\": []\n                                                }\n                                            ],\n                                            \"max_unique\": null,\n                                            \"trig_itemid\": 2643,\n                                            \"free_after\": null,\n                                            \"plural_selection_label\": null,\n                                            \"us_displayorder\": null,\n                                            \"trig_config_id\": 6180,\n                                            \"pick_list_external_id\": \"af73a5ff-fb43-4ef4-88d2-4ab75f498f6e\",\n                                            \"customize_only\": false,\n                                            \"pick_list_type\": \"modifier\",\n                                            \"pick_list_trigger_id\": 33597,\n                                            \"req_item_class\": null,\n                                            \"pick_list_id\": 1495,\n                                            \"show_qty\": false,\n                                            \"free_up_to\": null,\n                                            \"trig_display_order\": 1,\n                                            \"mincount\": 0,\n                                            \"req_pick_list\": null,\n                                            \"req_min_count\": null,\n                                            \"selection_label\": null,\n                                            \"display_hints\": null,\n                                            \"req_max_count\": null,\n                                            \"defaults_are_free\": false,\n                                            \"maxcount\": 99\n                                        }\n                                    ],\n                                    \"pick_lists\": [\n                                        {\n                                            \"display_style\": \"checkbox\",\n                                            \"prompt\": \"Remove Items\",\n                                            \"defaults_price\": 0,\n                                            \"pick_list_items\": [\n                                                {\n                                                    \"itemid\": 2685,\n                                                    \"style_footnote\": null,\n                                                    \"no_surcharge_price\": 0,\n                                                    \"extra\": null,\n                                                    \"enabled\": true,\n                                                    \"nutrition_matrix\": {\n                                                        \"allergens\": null\n                                                    },\n                                                    \"baseprice\": 0,\n                                                    \"size_label\": \"Size\",\n                                                    \"extra_cost\": \"\",\n                                                    \"class_ids\": [],\n                                                    \"item_image\": \"item_fallback\",\n                                                    \"category\": \"Remove Items\",\n                                                    \"short_name\": null,\n                                                    \"catid\": 756,\n                                                    \"itemname\": \"NO 3-Cheese Blend\",\n                                                    \"section\": null,\n                                                    \"classes\": {},\n                                                    \"style_name\": null,\n                                                    \"simple_name\": \"NO 3-Cheese Blend\",\n                                                    \"start_date\": null,\n                                                    \"item_config_id\": 6238,\n                                                    \"description\": \"\",\n                                                    \"end_date\": null,\n                                                    \"image_urls\": {\n                                                        \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                                        \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                        \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                        \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                                    },\n                                                    \"compositeid\": \"1495/2685/756///1443-2643-810---\",\n                                                    \"size_name\": null,\n                                                    \"section_name\": null,\n                                                    \"style_label\": \"Style\",\n                                                    \"min_qty\": 1,\n                                                    \"section_external_id\": null,\n                                                    \"item_size_id\": null,\n                                                    \"name\": \"NO 3-Cheese Blend\",\n                                                    \"default_qty\": 0,\n                                                    \"menuid\": 1,\n                                                    \"item_style_id\": null,\n                                                    \"size_footnote\": null,\n                                                    \"item_type\": null,\n                                                    \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                                    \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                                    \"category_description\": null,\n                                                    \"external_id\": \"b1771ffa-ea42-4af4-af1c-cc6e1dd015cd\",\n                                                    \"allergen_ids\": []\n                                                }\n                                            ],\n                                            \"max_unique\": null,\n                                            \"trig_itemid\": 2643,\n                                            \"free_after\": null,\n                                            \"plural_selection_label\": null,\n                                            \"us_displayorder\": null,\n                                            \"trig_config_id\": 6180,\n                                            \"pick_list_external_id\": \"af73a5ff-fb43-4ef4-88d2-4ab75f498f6e\",\n                                            \"customize_only\": false,\n                                            \"pick_list_type\": \"modifier\",\n                                            \"pick_list_trigger_id\": 33597,\n                                            \"req_item_class\": null,\n                                            \"pick_list_id\": 1495,\n                                            \"show_qty\": false,\n                                            \"free_up_to\": null,\n                                            \"trig_display_order\": 1,\n                                            \"mincount\": 0,\n                                            \"req_pick_list\": null,\n                                            \"req_min_count\": null,\n                                            \"selection_label\": null,\n                                            \"display_hints\": null,\n                                            \"req_max_count\": null,\n                                            \"defaults_are_free\": false,\n                                            \"maxcount\": 99\n                                        }\n                                    ]\n                                },\n                                \"start_date\": null,\n                                \"description\": \"\",\n                                \"end_date\": null,\n                                \"image_urls\": {\n                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                },\n                                \"default_qty\": 0,\n                                \"section_name\": null,\n                                \"style_label\": \"Style\",\n                                \"variants\": [\n                                    {\n                                        \"item_size_id\": null,\n                                        \"item_config_id\": 6238,\n                                        \"composite_ids\": [\n                                            \"1443/2643/810///\",\n                                            \"1495/2685/756///1443-2643-810---\"\n                                        ],\n                                        \"price\": 1159,\n                                        \"variant_name\": \"NO 3-Cheese Blend\",\n                                        \"item_style_id\": null,\n                                        \"parent_item_config_id\": 6180,\n                                        \"compositeid\": \"1495/2685/756///1443-2643-810---\",\n                                        \"size_name\": null,\n                                        \"nutrition_matrix\": {\n                                            \"allergens\": null\n                                        },\n                                        \"style_name\": null,\n                                        \"pick_list_id\": null,\n                                        \"child_pick_list_data\": null,\n                                        \"extra_cost\": \"$11.59\"\n                                    }\n                                ],\n                                \"section_external_id\": null,\n                                \"item_image\": \"item_fallback\",\n                                \"has_combining\": false,\n                                \"name\": \"Extra Breadsticks - Large\",\n                                \"menuid\": 1,\n                                \"display_order\": 0,\n                                \"enabled\": true,\n                                \"size_footnote\": null,\n                                \"item_type\": null,\n                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                \"category_description\": null,\n                                \"class_ids\": [],\n                                \"external_id\": \"0834e470-6d05-4af7-9350-3946191677de\",\n                                \"allergen_ids\": []\n                            }\n                        ],\n                        \"max_unique\": null,\n                        \"trig_itemid\": 2476,\n                        \"trig_display_order\": 1,\n                        \"free_after\": null,\n                        \"plural_selection_label\": \"\",\n                        \"us_displayorder\": 1,\n                        \"trig_config_id\": 6021,\n                        \"mincount\": 0,\n                        \"pick_list_id\": 1443,\n                        \"pick_list_external_id\": \"4b511f91-de60-4e53-adcf-515b8edb74c4\",\n                        \"req_min_count\": null,\n                        \"customize_only\": false,\n                        \"selection_label\": \"\",\n                        \"pick_list_type\": \"upsell\",\n                        \"req_item_class\": null,\n                        \"display_hints\": null,\n                        \"req_max_count\": null,\n                        \"pick_list_trigger_id\": 33378,\n                        \"free_up_to\": null,\n                        \"defaults_are_free\": false,\n                        \"show_qty\": false,\n                        \"maxcount\": 99\n                    },\n                    {\n                        \"display_style\": \"checkbox\",\n                        \"prompt\": \"Add a 2 Liter to your order.\",\n                        \"defaults_price\": 0,\n                        \"pick_list_items\": [\n                            {\n                                \"itemid\": 2765,\n                                \"style_footnote\": null,\n                                \"no_surcharge_price\": 399,\n                                \"extra\": null,\n                                \"enabled\": true,\n                                \"nutrition_matrix\": {\n                                    \"allergens\": null\n                                },\n                                \"baseprice\": 399,\n                                \"size_label\": \"Size\",\n                                \"extra_cost\": \"$3.99\",\n                                \"class_ids\": [],\n                                \"item_image\": \"item_fallback\",\n                                \"category\": \"Add a 2 Liter to your order.\",\n                                \"short_name\": null,\n                                \"catid\": 803,\n                                \"itemname\": \"2 Liter Pepsi\",\n                                \"section\": null,\n                                \"classes\": {},\n                                \"style_name\": null,\n                                \"simple_name\": \"2 Liter Pepsi\",\n                                \"start_date\": null,\n                                \"item_config_id\": 6325,\n                                \"description\": \"\",\n                                \"end_date\": null,\n                                \"image_urls\": {\n                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                },\n                                \"compositeid\": \"1457/2765/803///\",\n                                \"size_name\": null,\n                                \"section_name\": null,\n                                \"style_label\": \"Style\",\n                                \"min_qty\": 1,\n                                \"section_external_id\": null,\n                                \"item_size_id\": null,\n                                \"name\": \"2 Liter Pepsi\",\n                                \"default_qty\": 0,\n                                \"menuid\": 1,\n                                \"item_style_id\": null,\n                                \"size_footnote\": null,\n                                \"item_type\": null,\n                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                \"category_description\": null,\n                                \"external_id\": \"f6c63f62-358d-45d2-b9fc-120081247140\",\n                                \"allergen_ids\": []\n                            },\n                            {\n                                \"itemid\": 2515,\n                                \"style_footnote\": null,\n                                \"no_surcharge_price\": 399,\n                                \"extra\": null,\n                                \"enabled\": true,\n                                \"nutrition_matrix\": {\n                                    \"allergens\": null\n                                },\n                                \"baseprice\": 399,\n                                \"size_label\": \"Size\",\n                                \"extra_cost\": \"$3.99\",\n                                \"class_ids\": [],\n                                \"item_image\": \"item_fallback\",\n                                \"category\": \"Add a 2 Liter to your order.\",\n                                \"short_name\": null,\n                                \"catid\": 803,\n                                \"itemname\": \"2 Liter Diet Pepsi\",\n                                \"section\": null,\n                                \"classes\": {},\n                                \"style_name\": null,\n                                \"simple_name\": \"2 Liter Diet Pepsi\",\n                                \"start_date\": null,\n                                \"item_config_id\": 6057,\n                                \"description\": \"\",\n                                \"end_date\": null,\n                                \"image_urls\": {\n                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                },\n                                \"compositeid\": \"1457/2515/803///\",\n                                \"size_name\": null,\n                                \"section_name\": null,\n                                \"style_label\": \"Style\",\n                                \"min_qty\": 1,\n                                \"section_external_id\": null,\n                                \"item_size_id\": null,\n                                \"name\": \"2 Liter Diet Pepsi\",\n                                \"default_qty\": 0,\n                                \"menuid\": 1,\n                                \"item_style_id\": null,\n                                \"size_footnote\": null,\n                                \"item_type\": null,\n                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                \"category_description\": null,\n                                \"external_id\": \"3121a366-ef6a-4f77-8292-410f903357f1\",\n                                \"allergen_ids\": []\n                            },\n                            {\n                                \"itemid\": 2671,\n                                \"style_footnote\": null,\n                                \"no_surcharge_price\": 399,\n                                \"extra\": null,\n                                \"enabled\": true,\n                                \"nutrition_matrix\": {\n                                    \"allergens\": null\n                                },\n                                \"baseprice\": 399,\n                                \"size_label\": \"Size\",\n                                \"extra_cost\": \"$3.99\",\n                                \"class_ids\": [],\n                                \"item_image\": \"item_fallback\",\n                                \"category\": \"Add a 2 Liter to your order.\",\n                                \"short_name\": null,\n                                \"catid\": 803,\n                                \"itemname\": \"2 Liter Mtn Dew\",\n                                \"section\": null,\n                                \"classes\": {},\n                                \"style_name\": null,\n                                \"simple_name\": \"2 Liter Mtn Dew\",\n                                \"start_date\": null,\n                                \"item_config_id\": 6218,\n                                \"description\": \"\",\n                                \"end_date\": null,\n                                \"image_urls\": {\n                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                },\n                                \"compositeid\": \"1457/2671/803///\",\n                                \"size_name\": null,\n                                \"section_name\": null,\n                                \"style_label\": \"Style\",\n                                \"min_qty\": 1,\n                                \"section_external_id\": null,\n                                \"item_size_id\": null,\n                                \"name\": \"2 Liter Mtn Dew\",\n                                \"default_qty\": 0,\n                                \"menuid\": 1,\n                                \"item_style_id\": null,\n                                \"size_footnote\": null,\n                                \"item_type\": null,\n                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                \"category_description\": null,\n                                \"external_id\": \"283c9c5b-d7d2-42f6-8f9d-24f795f20abe\",\n                                \"allergen_ids\": []\n                            },\n                            {\n                                \"itemid\": 2523,\n                                \"style_footnote\": null,\n                                \"no_surcharge_price\": 399,\n                                \"extra\": null,\n                                \"enabled\": true,\n                                \"nutrition_matrix\": {\n                                    \"allergens\": null\n                                },\n                                \"baseprice\": 399,\n                                \"size_label\": \"Size\",\n                                \"extra_cost\": \"$3.99\",\n                                \"class_ids\": [],\n                                \"item_image\": \"item_fallback\",\n                                \"category\": \"Add a 2 Liter to your order.\",\n                                \"short_name\": null,\n                                \"catid\": 803,\n                                \"itemname\": \"@@2 Liter Dole Lemonade\",\n                                \"section\": null,\n                                \"classes\": {},\n                                \"style_name\": null,\n                                \"simple_name\": \"@@2 Liter Dole Lemonade\",\n                                \"start_date\": null,\n                                \"item_config_id\": 6063,\n                                \"description\": \"\",\n                                \"end_date\": null,\n                                \"image_urls\": {\n                                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,80,50\",\n                                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_fallback_mobile,220,200\"\n                                },\n                                \"compositeid\": \"1457/2523/803///\",\n                                \"size_name\": null,\n                                \"section_name\": null,\n                                \"style_label\": \"Style\",\n                                \"min_qty\": 1,\n                                \"section_external_id\": null,\n                                \"item_size_id\": null,\n                                \"name\": \"@@2 Liter Dole Lemonade\",\n                                \"default_qty\": 0,\n                                \"menuid\": 1,\n                                \"item_style_id\": null,\n                                \"size_footnote\": null,\n                                \"item_type\": null,\n                                \"thumbnail_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,400,300\",\n                                \"image_url\": \"https://pgtest.novadine.com/menu_image/item_fallback,600,450\",\n                                \"category_description\": null,\n                                \"external_id\": \"6775c5fc-b40e-40f4-be06-e30f5fae6013\",\n                                \"allergen_ids\": []\n                            }\n                        ],\n                        \"max_unique\": null,\n                        \"trig_itemid\": 2476,\n                        \"free_after\": null,\n                        \"plural_selection_label\": \"\",\n                        \"us_displayorder\": 1,\n                        \"trig_config_id\": 6021,\n                        \"pick_list_external_id\": \"6291a2f0-5ac8-40c6-bc1f-94898a8dfcfd\",\n                        \"customize_only\": false,\n                        \"pick_list_type\": \"upsell\",\n                        \"pick_list_trigger_id\": 33379,\n                        \"req_item_class\": null,\n                        \"pick_list_id\": 1457,\n                        \"show_qty\": false,\n                        \"free_up_to\": null,\n                        \"trig_display_order\": 2,\n                        \"mincount\": 0,\n                        \"req_pick_list\": null,\n                        \"req_min_count\": null,\n                        \"selection_label\": \"\",\n                        \"display_hints\": null,\n                        \"req_max_count\": null,\n                        \"defaults_are_free\": false,\n                        \"maxcount\": 1\n                    }\n                ]\n            }\n        }\n    },\n    \"end_date\": null,\n    \"multi_badges\": {},\n    \"price_matrix\": {\n        \"None\": {\n            \"None\": {\n                \"item_config_id\": 6021,\n                \"max_calories\": null,\n                \"display_price\": 3799,\n                \"standard_price\": null,\n                \"min_calories\": null,\n                \"halfprice\": null,\n                \"baseprice\": 3799,\n                \"min_qty\": 1\n            }\n        }\n    },\n    \"price_by_topping_credits\": 0,\n    \"bulk_item\": false,\n    \"mci_do\": 3395,\n    \"style_label\": \"Style\",\n    \"max_qty\": null,\n    \"pricelist\": [\n        {\n            \"itemid\": 2476,\n            \"style_footnote\": null,\n            \"no_surcharge_price\": 3799,\n            \"enabled\": true,\n            \"standard_price\": null,\n            \"modeid\": 1,\n            \"baseprice\": 3799,\n            \"codes\": [],\n            \"review_count\": 0,\n            \"catid\": 799,\n            \"defaultsize\": null,\n            \"min_calories\": null,\n            \"style_name\": null,\n            \"item_config_id\": 6021,\n            \"short_name\": null,\n            \"display_price\": 3799,\n            \"has_pls\": true,\n            \"default_qty\": null,\n            \"size_name\": null,\n            \"halfprice\": null,\n            \"tax_rate\": 0,\n            \"defaultstyle\": null,\n            \"max_qty\": null,\n            \"mincount\": 1,\n            \"min_qty\": 1,\n            \"item_size_id\": null,\n            \"avg_rating\": null,\n            \"item_style_id\": null,\n            \"size_footnote\": null,\n            \"max_calories\": null,\n            \"min_price_plus\": 0,\n            \"external_id\": \"c38e66d7-24b3-460b-a5e1-8405530cfeb3\"\n        }\n    ],\n    \"class_ids\": [],\n    \"sizes\": [],\n    \"price_by_topping_maxcnt\": 0,\n    \"allergen_ids\": [],\n    \"item_type\": null,\n    \"prep_time_additional_item\": 0,\n    \"category_id\": 799\n}"}],"_postman_id":"18b1693d-012d-48db-a005-81971d5eb849"},{"name":"Search Menu Item","id":"8ac4a749-7b8b-44b9-9e4f-47e1730b3511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/item-search?barcode=1234567890","urlObject":{"path":["stores","{{store_id}}","menus","item-search"],"host":["{{baseUrl}}"],"query":[{"key":"barcode","value":"1234567890"}],"variable":[]}},"response":[],"_postman_id":"8ac4a749-7b8b-44b9-9e4f-47e1730b3511"}],"id":"c481337f-0b43-4da4-8124-eab6194f3c7b","_postman_id":"c481337f-0b43-4da4-8124-eab6194f3c7b","description":""},{"name":"Discounts/Promos","item":[{"name":"Get Promos Available at Store for Customer","id":"ec1bee85-079d-4b7d-8f6b-06d49121b78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/stores/{{store_id}}/promos?customer_id={{customer_id}}","description":"<p>Get the promos that are available for redemption at a store. You can also filter to see which promos are available for a specific customer to redeem, and also available for a specific date/time.</p>\n","urlObject":{"path":["stores","{{store_id}}","promos"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Get promos that are specific to a particular customer by passing the customer's id.</p>\n","type":"text/plain"},"key":"customer_id","value":"{{customer_id}}"},{"disabled":true,"description":{"content":"<p>Example: \"2023-01-24 11:00:00\"\nWhen this parameter is used the promo list will only include promos for the specified date. When not included it defaults to today's date.</p>\n","type":"text/plain"},"key":"ready_ts","value":"2023-02-27 11:00:00"}],"variable":[]}},"response":[{"id":"96d7afb2-6afa-4c29-8aa1-491c3fc3cc4d","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/stores/{{store_id}}/promos?customer_id={{customer_id}}&ready_ts=2023-2-24","host":["{{baseUrl}}"],"path":["stores","{{store_id}}","promos"],"query":[{"key":"customer_id","value":"{{customer_id}}"},{"key":"ready_ts","value":"2023-2-24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:26:09 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1257"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"description\": \"$4 off $20\",\n        \"end_date\": null,\n        \"id\": 30049,\n        \"start_date\": null,\n        \"name\": \"$4 off $20\"\n    },\n    {\n        \"description\": \"Not valid with any other discounts/deals. Valid at participating locations. Valid on whole pizzas.\",\n        \"end_date\": \"2023-12-31\",\n        \"id\": 3206,\n        \"start_date\": \"2022-11-13\",\n        \"name\": \"50% off Whole Pizzas (slices excluded)\"\n    }\n]"}],"_postman_id":"ec1bee85-079d-4b7d-8f6b-06d49121b78f"}],"id":"51442d8b-5af9-45a4-9da0-1ad320f8b6fd","_postman_id":"51442d8b-5af9-45a4-9da0-1ad320f8b6fd","description":""},{"name":"Reviews","item":[{"name":"Get Item Reviews","id":"6eca7aa9-a83a-49e7-8769-54827890fbe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}/reviews","description":"<p>Retuns the reviews that have been made on the item, split up by the different size/styles available for the item.</p>\n","urlObject":{"path":["stores","{{store_id}}","menus","{{menu_id}}","categories","{{category_id}}","items","{{item_id}}","reviews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6366f1d4-3f76-439d-b973-7da09036549a","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:35:38 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"634"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"item_config_id\": null,\n        \"order_id\": null,\n        \"review_text\": null,\n        \"review_rating\": null,\n        \"review_item\": \"Large Traditional Cheese Build Your Own\",\n        \"customer_name\": null,\n        \"review_ts\": null\n    },\n    {\n        \"item_config_id\": null,\n        \"order_id\": null,\n        \"review_text\": null,\n        \"review_rating\": null,\n        \"review_item\": \"X-Large Traditional Cheese Build Your Own\",\n        \"customer_name\": null,\n        \"review_ts\": null\n    },\n    {\n        \"item_config_id\": 6446,\n        \"order_id\": 1895,\n        \"review_text\": \"This was the best pizza I have ever had.\",\n        \"review_rating\": 4,\n        \"review_item\": \"Small Traditional Cheese Build Your Own\",\n        \"customer_name\": \"TestUser\",\n        \"review_ts\": \"2023-02-24T14:35:11.176823-05\"\n    }\n]"}],"_postman_id":"6eca7aa9-a83a-49e7-8769-54827890fbe0"},{"name":"Add Item Review","id":"f2da6ad8-b0f7-4895-b6f1-c7b1858c4c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item_config_id\": {{item_config_id}},\n    \"customer_id\": {{customer_id}},\n    \"review_rating\": 4,\n    \"review_text\": \"This was the best pizza I have ever had.\",\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}/reviews","description":"<p>Adds a review for the menu item, which includes a rating, the customer who submitted it, along with a description of the review.</p>\n","urlObject":{"path":["stores","{{store_id}}","menus","{{menu_id}}","categories","{{category_id}}","items","{{item_id}}","reviews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3d6b423f-ba47-4304-8c95-9020a1755213","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item_config_id\": {{item_config_id}},\n    \"customer_id\": {{customer_id}},\n    \"review_rating\": 4,\n    \"review_text\": \"This was the best pizza I have ever had.\",\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:35:11 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"254"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"item_config_id\": 6446,\n    \"order_id\": 1895,\n    \"review_text\": \"This was the best pizza I have ever had.\",\n    \"review_rating\": 4,\n    \"review_item\": \"Small Traditional Cheese Build Your Own\",\n    \"customer_name\": \"TestUser\",\n    \"review_ts\": \"2023-02-24T14:35:11.176823-05\"\n}"},{"id":"09b3b5c9-b343-4cbe-8245-9e31d15f024f","name":"Failure: Invalid Review Item / Config","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"item_config_id\": {{item_config_id}},\n    \"customer_id\": {{customer_id}},\n    \"review_rating\": 4,\n    \"review_text\": \"This was the best pizza I have ever had.\",\n    \"order_id\": {{order_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/menus/{{menu_id}}/categories/{{category_id}}/items/{{item_id}}/reviews"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 19:30:04 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"71"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Error adding review.  Please check your data and try again\"\n}"}],"_postman_id":"f2da6ad8-b0f7-4895-b6f1-c7b1858c4c1a"}],"id":"c377b142-43a4-4f34-aed1-7c9cc4c087ba","_postman_id":"c377b142-43a4-4f34-aed1-7c9cc4c087ba","description":""},{"name":"Memberships","item":[{"name":"Get Available Memberships","id":"1b2c28b0-49aa-47fa-baec-233dafcbe78d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/available_memberships","description":"<p>Use this endpoint to look up what memberships are available at the store.</p>\n","urlObject":{"path":["stores","{{store_id}}","available_memberships"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2b1a3e3f-ced5-4a2c-834a-7fd0712f6b6f","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/available_memberships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Feb 2023 16:33:41 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"253"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 urbanplates.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"memberships\": [\n        {\n            \"membership_item\": {\n                \"menu_id\": 8,\n                \"item_size_id\": null,\n                \"item_config_id\": 7558,\n                \"store_id\": \"900\",\n                \"cat_id\": 852,\n                \"item_style_id\": null,\n                \"item_id\": 14692\n            },\n            \"membership_desc\": \"This meal pass gets you 10% off your entrees.\",\n            \"membership_id\": 1,\n            \"membership_name\": \"Meal Pass\"\n        }\n    ]\n}"}],"_postman_id":"1b2c28b0-49aa-47fa-baec-233dafcbe78d"}],"id":"b54956aa-8858-4fe2-b223-a2a68de313a1","_postman_id":"b54956aa-8858-4fe2-b223-a2a68de313a1","description":""},{"name":"External Ordering Providers","item":[{"name":"Get Menus for External Ordering Provider","id":"96eeddf3-8340-45b5-8ae3-1d557ed32ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/stores/{{store_id}}/menu","description":"<p>Used for external ordering providers. This request is used to fetch the menus available at a particular store for a particular service type.</p>\n","urlObject":{"path":["stores","{{store_id}}","menu"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Whether or not to lighten the payload of the response received by excluding pick lists</p>\n","type":"text/plain"},"key":"skip_pick_lists","value":"true"},{"disabled":true,"description":{"content":"<p>The service type id describes the type of service (delivery, pickup, etc..). Every service has a designated id which can all be found in the response object when looking up a store.</p>\n","type":"text/plain"},"key":"service_type_id","value":"1"}],"variable":[]}},"response":[{"id":"c4d0d846-972c-4d54-8245-bf6e1af8f8f4","name":"Get Menus for External Ordering Provider","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/stores/{{store_id}}/menu","host":["{{baseUrl}}"],"path":["stores","{{store_id}}","menu"],"query":[{"key":"skip_pick_lists","value":"true","description":"Whether or not to lighten the payload of the response received by excluding pick lists","disabled":true},{"key":"service_type_id","value":"1","description":"The service type id describes the type of service (delivery, pickup, etc..). Every service has a designated id which can all be found in the response object when looking up a store.","type":"text","disabled":true}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"ok\"\n}"}],"_postman_id":"96eeddf3-8340-45b5-8ae3-1d557ed32ad7"},{"name":"Submit an External Order","id":"c2091522-1a80-4758-9be0-b26b9005f4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"email\": \"johnsmith@lunchbox.io\",\n    \"phone_number\": \"3475551111\"\n  },\n  \"order_instructions\": \"Additional instructions for the order here.\",\n  \"items\": [\n    {\n      \"price\": 123,\n      \"option_groups\": [\n        {\n          \"options\": [\n            {\n              \"quantity\": 3,\n              \"price\": 0,\n              \"id\": \"12\"\n            }\n          ],\n          \"id\": \"123\"\n        }\n      ],\n      \"id\": \"12\",\n      \"quantity\": 1,\n      \"instructions\": \"Additional instructions for the menu item here\",\n      \"guest_name\": \"John Smith\"\n    }\n  ],\n  \"provider_order_number\": \"123\",\n  \"ready_time\": \"2022-07-24T04:48:01+00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/orders","description":"<p>This is a reserved endpoint for external order providers. Please use the Orders path and endpoints for end user orders.</p>\n","urlObject":{"path":["stores","{{store_id}}","orders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf5e72d3-9786-4d77-8991-f88183149d64","name":"Success - Pickup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"email\": \"john.smith@lunchbox.io\",\n        \"phone_number\": \"3475551111\"\n    },\n    \"order_instructions\": \"Additional instructions for the order here.\",\n    \"items\": [\n        {\n            \"price\": 119,\n            \"option_groups\": [],\n            \"id\": \"475\",\n            \"quantity\": 1,\n            \"instructions\": \"Additional instructions for the menu item here\",\n            \"guest_name\": \"John Smith\"\n        }\n    ],\n    \"provider_order_number\": \"555500\",\n    \"service_type_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Sep 2023 21:20:04 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Content-Length","value":"217"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 demo.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 51233,\n    \"delivery_fee_cents\": 0,\n    \"tax_cents\": 7,\n    \"tip_cents\": 0,\n    \"discount_cents\": 0,\n    \"total_cents\": 126,\n    \"subtotal_cents\": 119,\n    \"requested_ready_time\": null,\n    \"estimated_ready_time\": \"2023-09-01T17:35:04-04:00\"\n}"},{"id":"6455f0ec-31ee-46e4-a2a6-79f56f5092e8","name":"400: Item Not Available at Location","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"email\": \"john.smith@lunchbox.io\",\n        \"phone_number\": \"3475551111\"\n    },\n    \"order_instructions\": \"Additional instructions for the order here.\",\n    \"items\": [\n        {\n            \"price\": 100,\n            \"option_groups\": [],\n            \"id\": \"445\",\n            \"quantity\": 1,\n            \"instructions\": \"Additional instructions for the menu item here\",\n            \"guest_name\": \"John Smith\"\n        }\n    ],\n    \"provider_order_number\": \"555500\",\n    \"ready_time\": \"2023-09-01T17:55:42-04:00\",\n    \"service_type_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Sep 2023 19:47:01 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Content-Length","value":"136"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 demo.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"items\": [\n            3261\n        ],\n        \"message\": \"Item Config ID 3261 - Regular Waffle Fries is not available\",\n        \"error_code\": \"item_unavailable\"\n    }\n}"},{"id":"802b78e1-8024-4fab-bf96-c8315c0a0a8c","name":"400: Item Not Available for Order Time","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"email\": \"john.smith@lunchbox.io\",\n        \"phone_number\": \"3475551111\"\n    },\n    \"order_instructions\": \"Additional instructions for the order here.\",\n    \"items\": [\n        {\n            \"price\": 100,\n            \"option_groups\": [],\n            \"id\": \"475\",\n            \"quantity\": 1,\n            \"instructions\": \"Additional instructions for the menu item here\",\n            \"guest_name\": \"John Smith\"\n        }\n    ],\n    \"provider_order_number\": \"555500\",\n    \"ready_time\": \"2023-09-01T17:55:42-04:00\",\n    \"service_type_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/stores/{{store_id}}/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Sep 2023 19:49:38 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Content-Length","value":"386"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Via","value":"1.1 demo.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"items\": [\n            475\n        ],\n        \"message\": \"The price for item config ID 475 - Lays Regular  is not available\",\n        \"error_code\": \"item_unavailable\",\n        \"extra\": {\n            \"itemid\": 3261,\n            \"item_config_id\": 475,\n            \"modeid\": 1,\n            \"parent_item_size_id\": null,\n            \"size\": null,\n            \"style\": null,\n            \"catid\": 186,\n            \"menuid\": 29,\n            \"external_id\": null,\n            \"parent_item_style_id\": null,\n            \"parent_catid\": null,\n            \"parent_itemid\": null\n        }\n    }\n}"}],"_postman_id":"c2091522-1a80-4758-9be0-b26b9005f4ba"}],"id":"0814f621-4e45-4fa9-af3d-d205d21964fe","description":"<p>These endpoints are reserved for External Ordering Providers that are looking to use Lunchbox as the source of truth for Menus as well as send orders to Lunchbox (which Lunchbox will forward to the POS).</p>\n","_postman_id":"0814f621-4e45-4fa9-af3d-d205d21964fe"}],"id":"8c8bcf84-c419-44fb-a243-5d80e7bdad56","_postman_id":"8c8bcf84-c419-44fb-a243-5d80e7bdad56","description":""},{"name":"Misc","item":[{"name":"Contact","item":[{"name":"Get Data Needed for Contact","id":"5641f826-12f1-4676-af71-a842c688019d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/contact","urlObject":{"path":["contact"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5641f826-12f1-4676-af71-a842c688019d"},{"name":"Submit a Contact","id":"36e24ce9-82e3-496b-b63a-9a390520fc99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/contact","urlObject":{"path":["contact"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36e24ce9-82e3-496b-b63a-9a390520fc99"}],"id":"bc2eee0c-65b4-4d33-87c0-416363c005c7","_postman_id":"bc2eee0c-65b4-4d33-87c0-416363c005c7","description":""},{"name":"Countries","item":[{"name":"Get List of Countries","id":"5b73a365-1b48-4255-9745-8de54ba0e6c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/countries","urlObject":{"path":["countries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b73a365-1b48-4255-9745-8de54ba0e6c3"},{"name":"Get List of States/Provinces","id":"a0cb0e42-b4dd-4114-b601-66f0d7207392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/states","urlObject":{"path":["states"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0cb0e42-b4dd-4114-b601-66f0d7207392"}],"id":"5a590f2b-af8a-47fe-a494-c445191b6eda","_postman_id":"5a590f2b-af8a-47fe-a494-c445191b6eda","description":""}],"id":"8afb7c1f-70de-4a60-a20b-0e9f04089323","description":"<p>All endpoints that offer some sort of utility, but are not related to any other objects in the Lunchbox systems in general are described in this section. These endpoints are at the top level \"/\" in the url structure.</p>\n","_postman_id":"8afb7c1f-70de-4a60-a20b-0e9f04089323"},{"name":"Webhooks","item":[{"name":"Transaction Webhook","id":"a6efb77b-bb4b-4249-9aa7-6a09faaf00f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{your_webhook_url}}","description":"<p>This webhook is triggered after an order has been placed. Turning this webhook on requires coordination with the Lunchbox team, to provide us with the URL where you would like us to send the webhook.</p>\n","urlObject":{"host":["{{your_webhook_url}}"],"query":[],"variable":[]}},"response":[{"id":"b2266496-a80f-4892-bb4a-f8a87b17836a","name":"Success: Pickup","originalRequest":{"method":"GET","header":[],"url":"{{your_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"combo_suggestions\": [],\n    \"order\": {\n        \"is_cancelable\": false,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": -1,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2022-10-24 17:05:59.885916\",\n        \"prep_stamp\": \"2022-10-24 17:25:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2022-10-24 17:25:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"confirmation_message\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": true,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 20)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1057,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 20,\n        \"order_id\": 1895,\n        \"external_order_id\": \"76dab83c-f708-48c2-97cc-bb0a03639af1\",\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n                \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 9699,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Thanks!\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Thanks!\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 9699,\n                        \"order_item_id\": 9700,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2022-10-24T17:25:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1240,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 81,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 1240,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 1240,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": null,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 0,\n                \"display_name\": null,\n                \"card_type_id\": 1,\n                \"cc_type\": \"Visa\",\n                \"cc_account_id\": 250,\n                \"trans_stamp\": \"10/31/2022 13:09\",\n                \"last_four\": \"1111\",\n                \"trans_type\": \"Payment\",\n                \"amount_cents\": 1240,\n                \"cc_name\": \"John Smith\"\n            }\n        ],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": true,\n            \"is_released\": false,\n            \"is_started\": true,\n            \"is_finished\": true,\n            \"is_received\": true\n        }\n    },\n    \"coupons\": [],\n    \"restaurant\": {\n        \"city\": \"New York City\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    }\n}"},{"id":"984ddeee-2f8f-4a59-933f-53641ed670e5","name":"Success: Delivery","originalRequest":{"method":"GET","header":[],"url":"{{your_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"is_guest\": false,\n        \"customer_id\": 1234,\n        \"email\": \"demo@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"combo_suggestions\": [],\n    \"customer_location\": {\n        \"city\": \"New York\",\n        \"description\": null,\n        \"contact_last_name\": null,\n        \"address1\": \"1216 1216 Broadway\",\n        \"address2\": \"2nd Floor\",\n        \"address3\": null,\n        \"longitude\": -73.9883151,\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"contact_email\": null,\n        \"contact_first_name\": null,\n        \"customer_location_id\": 18762,\n        \"country\": \"US\",\n        \"latitude\": 40.7465651,\n        \"external_ids\": null,\n        \"address_type\": 1,\n        \"contact_phone\": null,\n        \"zip_code\": \"10001\"\n    },\n    \"order\": {\n        \"is_cancelable\": false,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0,\n            0.1,\n            0.15,\n            0.2\n        ],\n        \"restaurant_id\": 3,\n        \"internal_notes\": \"*ASAP ORDER*\",\n        \"comments_to_restaurant\": \"Please include utensils\",\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": -1,\n        \"is_shipping\": false,\n        \"is_delivery\": false,\n        \"service_group\": \"pickup\",\n        \"order_taken_by\": \"2022-10-24 17:05:59.885916\",\n        \"prep_stamp\": \"2022-10-24 17:25:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"dp_stamp\": \"2022-10-24 17:25:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"confirmation_message\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": true,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 20)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 1057,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 20,\n        \"order_id\": 1895,\n        \"external_order_id\": \"76dab83c-f708-48c2-97cc-bb0a03639af1\",\n        \"memo\": null,\n        \"service_type_id\": 2,\n        \"guest_count\": null,\n        \"pos_service_id\": \"a349a0e2-4aa1-11ed-848f-f23c918b87aa\",\n        \"service_type\": \"Pick-Up\",\n        \"suggest_tip\": 0,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1159,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n                \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n                \"category\": \"Pizza\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n                \"unit_price\": 1159,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"size\": {\n                    \"item_size_id\": 1000000,\n                    \"external_id\": \"Small\",\n                    \"name\": \"Small\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 1,\n                \"item_config_id\": 6446,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"category_display_hints\": null,\n                \"base_price\": 1159,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,80,50\",\n                    \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2910,220,200\",\n                    \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2910,400,300\",\n                    \"standard\": \"https://pgtest.novadine.com/menu_image/item_2910,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 2910,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 9699,\n                \"item_size_id\": 1000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 0,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"No Thanks!\",\n                        \"description\": \"\",\n                        \"category\": \"Extra Cheese?\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"modifier\",\n                        \"item_name\": \"No Thanks!\",\n                        \"unit_price\": 0,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 1452,\n                        \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n                        \"start_date\": null,\n                        \"ref_name\": \"\",\n                        \"menu_id\": 1,\n                        \"item_config_id\": 6263,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 0,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,80,50\",\n                            \"standard_mobile\": \"https://pgtest.novadine.com/menu_image/item_2710,220,200\",\n                            \"thumbnail\": \"https://pgtest.novadine.com/menu_image/item_2710,400,300\",\n                            \"standard\": \"https://pgtest.novadine.com/menu_image/item_2710,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 2710,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 9699,\n                        \"order_item_id\": 9700,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 762,\n                        \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 886,\n                \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2022-10-24T17:25:00-05:00\",\n        \"charges\": {\n            \"total_cents\": 1240,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1159,\n            \"tax_cents\": 81,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discount_cents\": 0,\n            \"preauth_cents\": 1240,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 1240,\n            \"balance_cents\": 0\n        },\n        \"po_number\": null,\n        \"service_type_external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n        \"created\": \"2022-10-24 17:05:49.39849\",\n        \"checkin_acknowledged_ts\": null,\n        \"allow_tip\": false,\n        \"is_asap\": null,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 0,\n                \"display_name\": null,\n                \"card_type_id\": 1,\n                \"cc_type\": \"Visa\",\n                \"cc_account_id\": 250,\n                \"trans_stamp\": \"10/31/2022 13:09\",\n                \"last_four\": \"1111\",\n                \"trans_type\": \"Payment\",\n                \"amount_cents\": 1240,\n                \"cc_name\": \"John Smith\"\n            }\n        ],\n        \"prep_time\": 0,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": true,\n            \"is_released\": false,\n            \"is_started\": true,\n            \"is_finished\": true,\n            \"is_received\": true\n        }\n    },\n    \"coupons\": [],\n    \"restaurant\": {\n        \"city\": \"New York City\",\n        \"store_id\": \"0002\",\n        \"address1\": \"1216 Broadway\",\n        \"restaurant_id\": 3,\n        \"address3\": null,\n        \"longitude\": -73.98833,\n        \"rest_classes\": [\n            \"pickup_available\"\n        ],\n        \"phone\": \"2125551111\",\n        \"state\": \"NY\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"zip_code\": \"10001\",\n        \"address2\": \"\",\n        \"name\": \"Sample Store\"\n    }\n}"},{"id":"63fad63d-1a7c-4017-a888-29222a0fa7b2","name":"Success: Delivery w/ Coupon","originalRequest":{"method":"GET","header":[],"url":"{{your_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"first_name\": \"Person\",\n        \"last_name\": \"Test\",\n        \"phone\": \"3475551020\",\n        \"company_name\": null,\n        \"is_guest\": false,\n        \"customer_id\": 71124,\n        \"email\": \"test@lunchbox.io\",\n        \"occupation\": null\n    },\n    \"restaurant\": {\n        \"city\": \"Raleigh\",\n        \"store_id\": \"77771\",\n        \"address1\": \"1400 Sunday Dr\",\n        \"restaurant_id\": 5373,\n        \"address3\": null,\n        \"longitude\": -78.7311513,\n        \"rest_classes\": [\n            \"delivery_available\"\n        ],\n        \"phone\": \"9722156660 \",\n        \"state\": \"NC\",\n        \"tax_rates\": {\n            \"county\": \"0.\",\n            \"city\": \"0.\",\n            \"state\": \"0.\"\n        },\n        \"country\": \"US\",\n        \"latitude\": 35.7984465,\n        \"zip_code\": \"27605\",\n        \"address2\": \"Ste 103\",\n        \"name\": \"Lab Store\"\n    },\n    \"combo_suggestions\": [],\n    \"customer_location\": {\n        \"city\": \"Raleigh\",\n        \"description\": null,\n        \"contact_last_name\": null,\n        \"address1\": \"1400 Sunday Drive\",\n        \"address2\": null,\n        \"address3\": null,\n        \"longitude\": -78.7311586,\n        \"phone\": null,\n        \"state\": \"NC\",\n        \"contact_email\": null,\n        \"contact_first_name\": null,\n        \"customer_location_id\": 91817,\n        \"country\": \"US\",\n        \"latitude\": 35.7984533,\n        \"external_ids\": null,\n        \"address_type\": 1,\n        \"contact_phone\": \"3475551020\",\n        \"zip_code\": \"27607\"\n    },\n    \"order\": {\n        \"is_cancelable\": true,\n        \"disable_special_instructions\": true,\n        \"max_tip_cents\": null,\n        \"pricing_service_id\": null,\n        \"tip_percentages\": [\n            0.12,\n            0.16,\n            0.24\n        ],\n        \"restaurant_id\": 5373,\n        \"internal_notes\": \"\",\n        \"comments_to_restaurant\": null,\n        \"is_editable\": false,\n        \"checkin_stamp\": null,\n        \"ordering_status\": {\n            \"is_checked_out\": true,\n            \"is_valid\": true,\n            \"is_finalized\": true\n        },\n        \"customer_location_id\": 91817,\n        \"is_shipping\": false,\n        \"is_delivery\": true,\n        \"service_group\": \"delivery\",\n        \"order_taken_by\": \"2023-08-31 10:57:33.341296\",\n        \"prep_stamp\": \"2023-08-31 11:01:00\",\n        \"utc_offset_minutes\": -240,\n        \"provider_delivery_committed\": null,\n        \"order_tax_exempt_id\": null,\n        \"dp_stamp\": \"2023-08-31 11:31:00\",\n        \"platform\": 0,\n        \"est_dropoff_ts\": null,\n        \"confirmation_message\": null,\n        \"checkin_extra\": null,\n        \"table_number\": null,\n        \"order_status\": {\n            \"is_canceled\": false,\n            \"color\": \"XXX\",\n            \"is_completed\": false,\n            \"refund_stamp\": null,\n            \"label\": \"XXX (status 12)\",\n            \"is_refunded\": false\n        },\n        \"locker_provider_id\": null,\n        \"customer_id\": 71124,\n        \"group_order_id\": 0,\n        \"picking_status\": {\n            \"requires_picking\": false\n        },\n        \"order_source\": \"Online\",\n        \"provider_order_ref\": null,\n        \"status_id\": 12,\n        \"order_id\": 58618,\n        \"external_order_id\": null,\n        \"memo\": null,\n        \"service_type_id\": 1,\n        \"guest_count\": null,\n        \"pos_service_id\": null,\n        \"service_type\": \"delivery\",\n        \"suggest_tip\": 0.16,\n        \"order_provider_id\": null,\n        \"origin_order_id\": null,\n        \"items\": [\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 1000,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"A Stylish Sized Burger\",\n                \"size\": {\n                    \"item_size_id\": 3000000,\n                    \"external_id\": null,\n                    \"name\": \"Large\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"category\": \"Entrees\",\n                \"style\": {\n                    \"external_id\": null,\n                    \"item_style_id\": 70000,\n                    \"name\": \"Seasoned Grilled\",\n                    \"short_name\": null,\n                    \"description\": null\n                },\n                \"pick_list_type\": null,\n                \"item_name\": \"A Stylish Sized Burger\",\n                \"description\": \"\",\n                \"unit_price\": 1000,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"item_classes\": null,\n                \"external_category_id\": \"12564\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 100,\n                \"item_config_id\": 41750,\n                \"default_quantity\": 0,\n                \"end_date\": \"2021-09-17\",\n                \"auto\": false,\n                \"prep_time_as_only\": 0,\n                \"category_display_hints\": null,\n                \"base_price\": 1000,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,80,50\",\n                    \"standard_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,220,200\",\n                    \"thumbnail\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,267,200\",\n                    \"standard\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_112011,600,450\"\n                },\n                \"free_qty\": 0,\n                \"item_id\": 112011,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 251856,\n                \"item_size_id\": 3000000,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": 70000,\n                \"item_type\": null,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"base_quantity\": 1,\n                        \"weight\": null,\n                        \"extended_price\": 100,\n                        \"coupon\": null,\n                        \"prep_time_as_incr\": 0,\n                        \"max_qty\": null,\n                        \"ticket_text\": \"French Fries\",\n                        \"description\": \"\",\n                        \"category\": \"Picklist Members\",\n                        \"prep_time_as_only\": 0,\n                        \"pick_list_type\": \"combo_item\",\n                        \"item_name\": \"French Fries\",\n                        \"unit_price\": 100,\n                        \"is_valid\": null,\n                        \"pick_list_id\": 25183,\n                        \"item_classes\": null,\n                        \"external_category_id\": null,\n                        \"start_date\": \"2021-09-14\",\n                        \"ref_name\": \"\",\n                        \"menu_id\": 100,\n                        \"item_config_id\": 41713,\n                        \"default_quantity\": 0,\n                        \"end_date\": null,\n                        \"auto\": false,\n                        \"category_display_hints\": null,\n                        \"base_price\": 100,\n                        \"image_urls\": {\n                            \"thumbnail_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,80,50\",\n                            \"standard_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,220,200\",\n                            \"thumbnail\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,267,200\",\n                            \"standard\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,600,450\"\n                        },\n                        \"free_qty\": 0,\n                        \"item_id\": 111985,\n                        \"min_qty\": 1,\n                        \"parent_order_item_id\": 251856,\n                        \"order_item_id\": 251857,\n                        \"item_size_id\": null,\n                        \"should_show_in_cart\": true,\n                        \"display_quantity\": 0,\n                        \"item_style_id\": null,\n                        \"item_type\": null,\n                        \"attributes\": {},\n                        \"category_id\": 11830,\n                        \"external_id\": null,\n                        \"quantity\": 1\n                    }\n                ],\n                \"attributes\": {},\n                \"category_id\": 11829,\n                \"external_id\": \"55551\",\n                \"quantity\": 1\n            },\n            {\n                \"comment\": \"\",\n                \"weight\": null,\n                \"extended_price\": 300,\n                \"coupon\": null,\n                \"prep_time_as_incr\": 0,\n                \"max_qty\": null,\n                \"ticket_text\": \"Egg Item (Allergy)\",\n                \"description\": \"\",\n                \"category\": \"Entrees\",\n                \"prep_time_as_only\": 0,\n                \"pick_list_type\": null,\n                \"item_name\": \"Egg Item (Allergy)\",\n                \"unit_price\": 300,\n                \"is_valid\": true,\n                \"pick_list_id\": null,\n                \"item_classes\": null,\n                \"external_category_id\": \"12564\",\n                \"start_date\": null,\n                \"ref_name\": \"\",\n                \"menu_id\": 100,\n                \"item_config_id\": 43741,\n                \"default_quantity\": 0,\n                \"end_date\": null,\n                \"auto\": false,\n                \"image_urls\": {\n                    \"thumbnail_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,80,50\",\n                    \"standard_mobile\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback_mobile,220,200\",\n                    \"thumbnail\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,267,200\",\n                    \"standard\": \"https://demo-dev.novadine.com/restaurants/menu_image/item_fallback,600,450\"\n                },\n                \"base_price\": 300,\n                \"category_display_hints\": null,\n                \"free_qty\": 0,\n                \"item_id\": 113117,\n                \"min_qty\": 1,\n                \"parent_order_item_id\": 0,\n                \"order_item_id\": 251858,\n                \"item_size_id\": null,\n                \"should_show_in_cart\": true,\n                \"display_quantity\": 1,\n                \"item_style_id\": null,\n                \"item_type\": null,\n                \"attributes\": {},\n                \"category_id\": 11829,\n                \"external_id\": null,\n                \"quantity\": 1\n            }\n        ],\n        \"requested_ready_time\": null,\n        \"locker_pickup_code\": null,\n        \"provider_order_number\": null,\n        \"is_picking_approved\": false,\n        \"ready_time\": \"2023-08-31T11:31:00-04:00\",\n        \"allow_tip\": true,\n        \"po_number\": null,\n        \"service_type_external_id\": \"4\",\n        \"created\": \"2023-08-31 10:55:27.637572\",\n        \"checkin_acknowledged_ts\": null,\n        \"charges\": {\n            \"total_cents\": 1366,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 1400,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 176,\n            \"discount_cents\": -210,\n            \"preauth_cents\": 1366,\n            \"rewards_cents\": null,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 1366\n        },\n        \"is_asap\": false,\n        \"payments\": [\n            {\n                \"pay_proc_id\": 0,\n                \"payment_id\": \"b6064dd2-480e-11ee-b73e-001a6436ce70\",\n                \"amount_cents\": 1366,\n                \"trans_type\": \"Authorization\",\n                \"cc_type\": \"Visa\",\n                \"cc_account_id\": 33658,\n                \"trans_stamp\": \"08/31/2023 10:57\",\n                \"last_four\": \"1111\",\n                \"card_type_id\": 1,\n                \"display_name\": null,\n                \"cc_name\": \"Andrew Boryk\"\n            }\n        ],\n        \"prep_time\": 30,\n        \"is_shelf\": false,\n        \"order_service_id\": null,\n        \"order_source_code\": 0,\n        \"preparation_status\": {\n            \"is_acknowledged\": false,\n            \"is_released\": false,\n            \"is_started\": false,\n            \"is_finished\": false,\n            \"is_received\": false\n        }\n    },\n    \"coupons\": [\n        {\n            \"order_item_coupon_id\": 4105,\n            \"name\": \"Percent15\",\n            \"applied_value\": -210,\n            \"value\": null,\n            \"coupon_id\": 711,\n            \"is_loyalty\": false,\n            \"clu\": \"percent15\",\n            \"apply_to_total\": false,\n            \"start_date\": \"2022-12-28\",\n            \"description\": \"15% Off Discount for BSL test\"\n        }\n    ]\n}"}],"_postman_id":"a6efb77b-bb4b-4249-9aa7-6a09faaf00f2"}],"id":"b3c6219a-5b02-4537-9836-723fadab0952","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c95b739a-0da9-42cd-b6e8-f08e28250012","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"88cecba8-fa12-4b8a-9aec-dc85011259e8","type":"text/javascript","exec":[""]}}],"_postman_id":"b3c6219a-5b02-4537-9836-723fadab0952","description":""}],"id":"083e6836-e0d8-4872-a08a-018a097e5e16","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>The Core API is used in interfacing our Lunchbox Ordering APIs and building frontend interfaces that interact with the variety of Lunchbox integrations: POS, Last Mile, Loyalty, Marketing, Gift Card and more.</p>\n<h1 id=\"connecting\">Connecting</h1>\n<p>The following base URLs will be used to make requests:</p>\n<p><code>https://{insert_tenant_name_here}.lunchbox.io</code></p>\n<h1 id=\"authentication\">Authentication</h1>\n<h2 id=\"cookie-authentication-details\">Cookie Authentication Details</h2>\n<p>We have two ways of authenticating with the api. One way is simply using basic authentication, but this is not the preferred method to use when making requests from something like a browser since the username and password are required. We also offer cookie authentication. The login endpoint will return a Set-Cookie header with the cookie values you should use on all future requests. Simply honoring the header is the preferred way to handle logins; you can just ignore the returned auth_cookie.</p>\n<p>NOTE: If Lunchbox has set a cookie in the header, that cookie is required to be sent back with all subsequent requests.</p>\n<h3 id=\"example-login-using-the-login-endpoint\">Example (login using the login endpoint):</h3>\n<p>Plain Text</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST /api/v2/customers/login  |  \"customer_id\": 1\n  Content-Type: application/json                                   |}\n  { \"username\": \"test@lunchbox.io\", \"password\": \"test\" }\n\n</code></pre><h3 id=\"response\">Response:</h3>\n<p>View Morejson</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"auth_cookie\": \"dGVzdEBub3ZhZGluZS5jb206dGVzdA==\",\n    \"customer_id\": 1\n}\n// status code: 200\n// Date: Thu, 20 Dec 2018 17:24:31 GMT\n// Server: Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1\n// Access-Control-Allow-Methods: OPTIONS, GET, HEAD, POST, PUT, DELETE\n// Content-Length: 75\n// Content-Type: application/json\n// Set-Cookie: __ac=\"dGVzdEBub3ZhZGluZS5jb206dGVzdA==\"; Path=/, NovaDine.session=\"1ef0e474db86d894c0a6ac550b9aa6281afa2940de31981713b54d1dae088735a671165a\"; Path=/\n// Via: 1.1 wildcard.dev-kh.lunchbox.io\n// X-Trace-ID: XBvQT89RX9V0lh-75-emZwAAAAw\n// Keep-Alive: timeout=5, max=100\n// Connection: Keep-Alive\n\n</code></pre>\n<p>When the cookie is saved, future requests will allow authentication and you will be able to successfully make requests.</p>\n<h3 id=\"cookieauth\">cookieAuth</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Scheme Type</th>\n<th>API Key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cookie Parameter Name</td>\n<td>__ac</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"basicauth\">basicAuth</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Scheme Type</th>\n<th>HTTP</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HTTP Authorization Scheme</td>\n<td>basic</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"standard-errors\">Standard Errors</h1>\n<p>The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will have a status code of 500 and will return JSON in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"a message about the error\"\n}\n\n</code></pre>\n","_postman_id":"083e6836-e0d8-4872-a08a-018a097e5e16"},{"name":"Management API","item":[{"name":"Stores","item":[{"name":"Get Stores","id":"bbfde7c6-ad02-4e35-9d29-6b30753639e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/management/stores?limit=100&page=1&search=New York&rest_id={{rest_id}}&promise_date=2023-08-01","urlObject":{"path":["management","stores"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Used for setting how many results you'd like to receive back (max: 100)</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Used for paging through the results, so that you can load a specific number of locations at a time. See <code>next_page</code> and <code>previous_page</code> and <code>current_page</code> in the response</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Search for stores using this field. Will check the <code>state_name</code>, <code>city</code>, <code>store_id</code> and <code>rest_name</code> field</p>\n","type":"text/plain"},"key":"search","value":"New York"},{"description":{"content":"<p>The rest_id of the store that you are looking to fetch orders for</p>\n","type":"text/plain"},"key":"rest_id","value":"{{rest_id}}"},{"description":{"content":"<p>The date that you'd like to fetch orders for in the format yyyy-MM-dd</p>\n","type":"text/plain"},"key":"promise_date","value":"2023-08-01"}],"variable":[]}},"response":[{"id":"6e93d226-31e8-40fd-ac0a-5c54e9aef73a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/management/stores?limit=1000","host":["{{baseUrl}}"],"path":["management","stores"],"query":[{"key":"limit","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 13:56:15 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"3481"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"next_page\": null,\n    \"previous_page\": null,\n    \"current_page\": 1,\n    \"results\": [\n        {\n            \"status\": \"New\",\n            \"city\": \"Boston\",\n            \"store_id\": \"999999\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"401 Park Drive\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Ludlow Pike Lab\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 34,\n            \"zip_code\": \"02215\"\n        },\n        {\n            \"status\": \"New\",\n            \"city\": \"New York\",\n            \"store_id\": \"7423973\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Test Volkan\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46065,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Ludlow\",\n            \"store_id\": \"3506\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"Milepost Marker 60 Mass Pike\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Ludlow Papa Gino's & D'Angelo Mass Pike West\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 49,\n            \"zip_code\": \"01056\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Natick\",\n            \"store_id\": \"3505\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"117 Mass Turnpike West\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Natick Papa Gino's & D'Angelo Mass Pike East\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 75,\n            \"zip_code\": \"01760\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Charlton City\",\n            \"store_id\": \"3504\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"45 J Hammond Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Charlton Papa Gino's & D'Angelo Mass Pike West\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 54,\n            \"zip_code\": \"01508\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Charlton\",\n            \"store_id\": \"3503\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"166 Worcester Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Charlton Papa Gino's & D'Angelo Mass Pike East\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 59,\n            \"zip_code\": \"01507\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Westboro\",\n            \"store_id\": \"3502\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"West Mile Post 105\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Westboro Papa Gino's & D'Angelo Mass Pike West\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 51,\n            \"zip_code\": \"01561\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Lee\",\n            \"store_id\": \"3501\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"370 Stockbridge Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Lee Papa Gino's & D'Angelo Mass Pike East\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 11,\n            \"zip_code\": \"01238\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Stoneham\",\n            \"store_id\": \"3010\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"190 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Stoneham Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 21,\n            \"zip_code\": \"02180\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Somserset\",\n            \"store_id\": \"3009\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"869 GAR Highway. Rt. 6\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Somerset Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 74,\n            \"zip_code\": \"02725\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Worcester\",\n            \"store_id\": \"3008\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"537 Lincoln Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Worcester Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 27,\n            \"zip_code\": \"01605\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Weymouth\",\n            \"store_id\": \"3006\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"765 Bridge Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Weymouth Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 47,\n            \"zip_code\": \"02191\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Saugus\",\n            \"store_id\": \"3002\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"385 Broadway\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Saugus Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 82,\n            \"zip_code\": \"01906\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"New York\",\n            \"store_id\": \"19931993\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Pomak 1993 Store\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46064,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"New\",\n            \"city\": \"New York\",\n            \"store_id\": \"191919\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"pomak19 store\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46063,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"New York\",\n            \"store_id\": \"163961\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Pomak Store\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46061,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Taunton\",\n            \"store_id\": \"1212\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"65-F Taunton Depot Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Taunton, Taunton Depot Dr Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 83,\n            \"zip_code\": \"02780\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Milford\",\n            \"store_id\": \"1200\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"42 Cape Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Milford Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 79,\n            \"zip_code\": \"01757\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Tewksbury\",\n            \"store_id\": \"1198\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"553 Main St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Tewksbury, Heartland Plaza Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 72,\n            \"zip_code\": \"01876\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Centerville\",\n            \"store_id\": \"1196\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1600 Falmouth Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Centerville Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 45,\n            \"zip_code\": \"02632\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Plymouth\",\n            \"store_id\": \"1186\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"81 Carver Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Plymouth Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 64,\n            \"zip_code\": \"02360\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Medfield\",\n            \"store_id\": \"1184\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"10 C North Meadows Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Medfield Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 39,\n            \"zip_code\": \"02052\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Middleboro\",\n            \"store_id\": \"1183\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"438 West Grove Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Middleboro Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 33,\n            \"zip_code\": \"02346\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Franklin\",\n            \"store_id\": \"1180\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"245 Franklin Village Drive\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Franklin Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 71,\n            \"zip_code\": \"02038\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Uxbridge\",\n            \"store_id\": \"1179\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"158 N. Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Uxbridge Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 41,\n            \"zip_code\": \"01569\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Easton\",\n            \"store_id\": \"1176\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"594 Washington Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Easton Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 66,\n            \"zip_code\": \"02375\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"N. Reading\",\n            \"store_id\": \"1167\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"103 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"ZZ Closed -  1167 - N. Reading\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 17,\n            \"zip_code\": \"01864\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Foxboro\",\n            \"store_id\": \"1166\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"211 North St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Foxboro North St Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 86,\n            \"zip_code\": \"02035\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Taunton\",\n            \"store_id\": \"1164\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"294 Winthrop Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Taunton, Winthrop St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 44,\n            \"zip_code\": \"02780\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Webster\",\n            \"store_id\": \"1163\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"128 East Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Webster Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 25,\n            \"zip_code\": \"01570\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Holden\",\n            \"store_id\": \"1162\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"797 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Holden Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 58,\n            \"zip_code\": \"01520\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"S. Weymouth\",\n            \"store_id\": \"1161\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"532 Pond Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Weymouth, Pond St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 63,\n            \"zip_code\": \"02190\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Medway\",\n            \"store_id\": \"1157\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"74 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Medway Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 69,\n            \"zip_code\": \"02053\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Haverhill\",\n            \"store_id\": \"1152\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"782 River Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Haverhill Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 26,\n            \"zip_code\": \"01832\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Fairhaven\",\n            \"store_id\": \"1151\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"171 Huttleston Avenue\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Fairhaven Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 65,\n            \"zip_code\": \"02719\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Quincy\",\n            \"store_id\": \"1150\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"100 Granite Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Quincy Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 9,\n            \"zip_code\": \"02169\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Fall River\",\n            \"store_id\": \"1148\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"340 Mariano S. Bishop Boulevard\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Fall River, Mariano S Bishop Blvd Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 12,\n            \"zip_code\": \"02721\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Whitman\",\n            \"store_id\": \"1146\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"674 Bedford Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Whitman\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 24,\n            \"zip_code\": \"02382\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Falmouth\",\n            \"store_id\": \"1143\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"56 Davis Straits\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Falmouth Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 16,\n            \"zip_code\": \"02540\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Bridgewater\",\n            \"store_id\": \"1138\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"233 Broad Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Bridgewater Papa Gino's \",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 46,\n            \"zip_code\": \"02324\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Attleboro\",\n            \"store_id\": \"1136\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"103 Pleasant Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Attleboro Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 67,\n            \"zip_code\": \"02703\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Auburn\",\n            \"store_id\": \"1135\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"459 Southbridge Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Auburn Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 22,\n            \"zip_code\": \"01501\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Fall River\",\n            \"store_id\": \"1132\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"307 Elsbree Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Fall River, Elsbree St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 76,\n            \"zip_code\": \"02720\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Plainville\",\n            \"store_id\": \"1129\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"15 Taunton Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Plainville Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 28,\n            \"zip_code\": \"02762\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Worcester\",\n            \"store_id\": \"1127\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"681 W. Boylston Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Worcester, W Boylston St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 61,\n            \"zip_code\": \"01606\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Dorchester\",\n            \"store_id\": \"1126\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"748 Gallivan Boulevard\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Dorchester Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 20,\n            \"zip_code\": \"02122\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Brockton\",\n            \"store_id\": \"1116\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"885 Belmont Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Brockton Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 32,\n            \"zip_code\": \"02301\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Stoughton\",\n            \"store_id\": \"1113\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"319 Washington Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Stoughton Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 10,\n            \"zip_code\": \"02072\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Sudbury\",\n            \"store_id\": \"1112\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"104 Boston Post Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Sudbury Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 55,\n            \"zip_code\": \"01776\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Worcester\",\n            \"store_id\": \"1111\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"915 Grafton Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Worcester, Grafton St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 14,\n            \"zip_code\": \"01604\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Leominster\",\n            \"store_id\": \"1110\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"35 Commercial Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Leominster Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 7,\n            \"zip_code\": \"01453\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Weymouth\",\n            \"store_id\": \"1098\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"770 Washington Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Weymouth, Washington St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 31,\n            \"zip_code\": \"02188\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Dedham\",\n            \"store_id\": \"1097\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"600 Providence Highway\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Dedham Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 88,\n            \"zip_code\": \"02026\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Orleans\",\n            \"store_id\": \"1096\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"16 Route 6a\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Orleans Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 13,\n            \"zip_code\": \"02653\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Waltham\",\n            \"store_id\": \"1095\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1018 Lexington Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Waltham Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 62,\n            \"zip_code\": \"02452\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Burlington\",\n            \"store_id\": \"1087\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"179 Cambridge Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Burlington Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 50,\n            \"zip_code\": \"01803\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"S. Yarmouth\",\n            \"store_id\": \"1083\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"940 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"South Yarmouth Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 38,\n            \"zip_code\": \"02664\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"North Adams\",\n            \"store_id\": \"1082\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"36 American Legion\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"North Adams Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 8,\n            \"zip_code\": \"01247\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Kingston\",\n            \"store_id\": \"1081\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"182 Summer Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Kingston Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 84,\n            \"zip_code\": \"02364\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Westboro\",\n            \"store_id\": \"1071\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"164 Milk Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Westboro Papa Gino's \",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 15,\n            \"zip_code\": \"01581\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Chelmsford\",\n            \"store_id\": \"1070\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"29 Chelmsford Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Chelmsford Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 23,\n            \"zip_code\": \"01824\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Raynham\",\n            \"store_id\": \"1054\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"430 New State Hwy\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Raynham Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 42,\n            \"zip_code\": \"02767\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Pittsfield\",\n            \"store_id\": \"1048\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"685 Merrill Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Pittsfield\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 36,\n            \"zip_code\": \"01201\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Wareham\",\n            \"store_id\": \"1047\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"2899 Cranberry Highway\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Wareham Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 29,\n            \"zip_code\": \"02538\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Tewksbury\",\n            \"store_id\": \"1045\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1900 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Tewksbury, Main St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 48,\n            \"zip_code\": \"01876\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Gardner\",\n            \"store_id\": \"1041\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"326 Timpany Boulevard\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Gardner Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 87,\n            \"zip_code\": \"02816\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"S. Attleboro\",\n            \"store_id\": \"1024\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"283 Washington St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"S. Attleboro Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 77,\n            \"zip_code\": \"02703\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Norwell\",\n            \"store_id\": \"1022\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"10 Washington St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Norwell Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 19,\n            \"zip_code\": \"02061\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Braintree\",\n            \"store_id\": \"1020\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"240 Grove Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Braintree Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 35,\n            \"zip_code\": \"02184\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Foxboro\",\n            \"store_id\": \"1012\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"8 Commercial St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Foxboro, Commercial St Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 40,\n            \"zip_code\": \"02035\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Hyde Park\",\n            \"store_id\": \"1005\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1270 River Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Hyde Park Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 6,\n            \"zip_code\": \"02136\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Willimantic\",\n            \"store_id\": \"0502\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"95 Storrs Road, #95\",\n            \"state_name\": \"Connecticut\",\n            \"rest_name\": \"Mansfield Papa Gino’s & D’Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 8,\n            \"state_code\": \"CT\",\n            \"rest_id\": 85,\n            \"zip_code\": \"06226\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Smithfield\",\n            \"store_id\": \"0420\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"400 Putnam Pike\",\n            \"state_name\": \"Rhode Island\",\n            \"rest_name\": \"Smithfield Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 47,\n            \"state_code\": \"RI\",\n            \"rest_id\": 18,\n            \"zip_code\": \"02917\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"W. Warwick\",\n            \"store_id\": \"0418\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"700 E. Greenwich Avenue\",\n            \"state_name\": \"Rhode Island\",\n            \"rest_name\": \"West Warwick Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 47,\n            \"state_code\": \"RI\",\n            \"rest_id\": 80,\n            \"zip_code\": \"02893\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Warren\",\n            \"store_id\": \"0413\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"623 Metacom Avenue\",\n            \"state_name\": \"Rhode Island\",\n            \"rest_name\": \"Warren Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 47,\n            \"state_code\": \"RI\",\n            \"rest_id\": 37,\n            \"zip_code\": \"02885\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"E. Providence\",\n            \"store_id\": \"0409\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"80 Highland Avenue\",\n            \"state_name\": \"Rhode Island\",\n            \"rest_name\": \"E. Providence Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 47,\n            \"state_code\": \"RI\",\n            \"rest_id\": 60,\n            \"zip_code\": \"01604\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Woonsocket\",\n            \"store_id\": \"0405\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1750 Diamond Hill Road\",\n            \"state_name\": \"Rhode Island\",\n            \"rest_name\": \"Woonsocket Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 47,\n            \"state_code\": \"RI\",\n            \"rest_id\": 30,\n            \"zip_code\": \"02895\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Hudson\",\n            \"store_id\": \"0325\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"77 Derry Road\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Hudson Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 68,\n            \"zip_code\": \"03051\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Londonderry\",\n            \"store_id\": \"0322\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"44 Nashua Road\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Londonderry Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 52,\n            \"zip_code\": \"03053\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Merrimack\",\n            \"store_id\": \"0320\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"3 Continental Boulevard\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Merrimack Papa Gino's & D'Angelo \",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 81,\n            \"zip_code\": \"03054\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Dover\",\n            \"store_id\": \"0319\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"829 Central Avenue\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Dover Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 57,\n            \"zip_code\": \"03820\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Plaistow\",\n            \"store_id\": \"0318\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"9 Plaistow Road\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Plaistow Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 56,\n            \"zip_code\": \"03865\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Concord\",\n            \"store_id\": \"0315\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"129 Loudon Road\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Concord Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 70,\n            \"zip_code\": \"03301\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Rochester\",\n            \"store_id\": \"0312\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"10 Lilac Mall\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Rochester Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 53,\n            \"zip_code\": \"03867\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Gilford\",\n            \"store_id\": \"0307\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1425 Lakeshore Road\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Gilford Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 73,\n            \"zip_code\": \"03249\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Salem\",\n            \"store_id\": \"0304\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"99 Cluff Crossing Rd\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Salem Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 43,\n            \"zip_code\": \"03079\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Derry\",\n            \"store_id\": \"0301\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"55 Crystal Ave.\",\n            \"state_name\": \"New Hampshire\",\n            \"rest_name\": \"Derry Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 34,\n            \"state_code\": \"NH\",\n            \"rest_id\": 78,\n            \"zip_code\": \"03038\"\n        },\n        {\n            \"status\": \"New\",\n            \"city\": \"New York\",\n            \"store_id\": \"001\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"samtest\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46060,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Manhattan\",\n            \"store_id\": \"0004\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1216 Broadway\",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Pike Lab\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 5,\n            \"zip_code\": \"10001\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Manhattan\",\n            \"store_id\": \"0003\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1216 Broadway\",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Dual Lab\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 4,\n            \"zip_code\": \"10001\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Manhattan\",\n            \"store_id\": \"0002\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1216 Broadway\",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Papa Gino's Lab - Name Test\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 3,\n            \"zip_code\": \"10001\"\n        },\n        {\n            \"status\": \"New\",\n            \"city\": \"City\",\n            \"store_id\": \"0001\",\n            \"setup_type\": null,\n            \"address1\": \"Street Address\",\n            \"state_name\": \"Alabama\",\n            \"rest_name\": \"1st Location\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 1,\n            \"state_code\": \"AL\",\n            \"rest_id\": 1,\n            \"zip_code\": \"11111\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Raleigh\",\n            \"store_id\": \"00002\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1400 Sunday Dr.\",\n            \"state_name\": \"North Carolina\",\n            \"rest_name\": \"Marija's Test locationn\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 38,\n            \"state_code\": \"NC\",\n            \"rest_id\": 46062,\n            \"zip_code\": \"27607\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Dedham\",\n            \"store_id\": \"00001\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"600 Providence Hwy\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"DELETE THIS LAB\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 2,\n            \"zip_code\": \"02026\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"City\",\n            \"store_id\": \"0000\",\n            \"setup_type\": null,\n            \"address1\": \"Street Address\",\n            \"state_name\": \"Alabama\",\n            \"rest_name\": \"Default Location\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 1,\n            \"state_code\": \"AL\",\n            \"rest_id\": -1,\n            \"zip_code\": \"11111\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Raleigh\",\n            \"store_id\": \"0\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1400 Sunday Drive\",\n            \"state_name\": \"North Carolina\",\n            \"rest_name\": \"Master Restaurant\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 38,\n            \"state_code\": \"NC\",\n            \"rest_id\": 0,\n            \"zip_code\": \"27607\"\n        }\n    ],\n    \"total_data_count\": 96,\n    \"total_page\": 1\n}"},{"id":"74a1710d-a6e6-4777-8f0b-2fe40f111352","name":"Success: Page & Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/management/stores?limit=10&page=2","host":["{{baseUrl}}"],"path":["management","stores"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 13:57:23 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"629"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"next_page\": 3,\n    \"previous_page\": 1,\n    \"current_page\": 2,\n    \"results\": [\n        {\n            \"status\": \"Live\",\n            \"city\": \"Worcester\",\n            \"store_id\": \"3008\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"537 Lincoln Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Worcester Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 27,\n            \"zip_code\": \"01605\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Weymouth\",\n            \"store_id\": \"3006\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"765 Bridge Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Weymouth Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 47,\n            \"zip_code\": \"02191\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Saugus\",\n            \"store_id\": \"3002\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"385 Broadway\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Saugus Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 82,\n            \"zip_code\": \"01906\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"New York\",\n            \"store_id\": \"19931993\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Pomak 1993 Store\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46064,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"New\",\n            \"city\": \"New York\",\n            \"store_id\": \"191919\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"pomak19 store\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46063,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"New York\",\n            \"store_id\": \"163961\",\n            \"setup_type\": \"PC\",\n            \"address1\": \"1405 2nd Avenue \",\n            \"state_name\": \"New York\",\n            \"rest_name\": \"Pomak Store\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 37,\n            \"state_code\": \"NY\",\n            \"rest_id\": 46061,\n            \"zip_code\": \"10021\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Taunton\",\n            \"store_id\": \"1212\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"65-F Taunton Depot Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Taunton, Taunton Depot Dr Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 83,\n            \"zip_code\": \"02780\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Milford\",\n            \"store_id\": \"1200\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"42 Cape Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Milford Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 79,\n            \"zip_code\": \"01757\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Tewksbury\",\n            \"store_id\": \"1198\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"553 Main St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Tewksbury, Heartland Plaza Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 72,\n            \"zip_code\": \"01876\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Centerville\",\n            \"store_id\": \"1196\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1600 Falmouth Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Centerville Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 45,\n            \"zip_code\": \"02632\"\n        }\n    ],\n    \"total_data_count\": 96,\n    \"total_page\": 10\n}"},{"id":"b3779011-1869-4846-966b-4962e91944bf","name":"Success: Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/management/stores?search=Massachusetts","host":["{{baseUrl}}"],"path":["management","stores"],"query":[{"key":"search","value":"Massachusetts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 13:58:04 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1000"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"next_page\": 2,\n    \"previous_page\": null,\n    \"current_page\": 1,\n    \"results\": [\n        {\n            \"status\": \"New\",\n            \"city\": \"Boston\",\n            \"store_id\": \"999999\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"401 Park Drive\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Ludlow Pike Lab\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 34,\n            \"zip_code\": \"02215\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Ludlow\",\n            \"store_id\": \"3506\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"Milepost Marker 60 Mass Pike\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Ludlow Papa Gino's & D'Angelo Mass Pike West\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 49,\n            \"zip_code\": \"01056\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Natick\",\n            \"store_id\": \"3505\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"117 Mass Turnpike West\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Natick Papa Gino's & D'Angelo Mass Pike East\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 75,\n            \"zip_code\": \"01760\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Charlton City\",\n            \"store_id\": \"3504\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"45 J Hammond Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Charlton Papa Gino's & D'Angelo Mass Pike West\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 54,\n            \"zip_code\": \"01508\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Charlton\",\n            \"store_id\": \"3503\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"166 Worcester Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Charlton Papa Gino's & D'Angelo Mass Pike East\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 59,\n            \"zip_code\": \"01507\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Westboro\",\n            \"store_id\": \"3502\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"West Mile Post 105\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Westboro Papa Gino's & D'Angelo Mass Pike West\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 51,\n            \"zip_code\": \"01561\"\n        },\n        {\n            \"status\": \"Closed\",\n            \"city\": \"Lee\",\n            \"store_id\": \"3501\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"370 Stockbridge Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Lee Papa Gino's & D'Angelo Mass Pike East\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 11,\n            \"zip_code\": \"01238\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Stoneham\",\n            \"store_id\": \"3010\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"190 Main Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Stoneham Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 21,\n            \"zip_code\": \"02180\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Somserset\",\n            \"store_id\": \"3009\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"869 GAR Highway. Rt. 6\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Somerset Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 74,\n            \"zip_code\": \"02725\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Worcester\",\n            \"store_id\": \"3008\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"537 Lincoln Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Worcester Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 27,\n            \"zip_code\": \"01605\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Weymouth\",\n            \"store_id\": \"3006\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"765 Bridge Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Weymouth Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 47,\n            \"zip_code\": \"02191\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Saugus\",\n            \"store_id\": \"3002\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"385 Broadway\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Saugus Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 82,\n            \"zip_code\": \"01906\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Taunton\",\n            \"store_id\": \"1212\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"65-F Taunton Depot Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Taunton, Taunton Depot Dr Papa Gino's & D'Angelo\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 83,\n            \"zip_code\": \"02780\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Milford\",\n            \"store_id\": \"1200\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"42 Cape Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Milford Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 79,\n            \"zip_code\": \"01757\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Tewksbury\",\n            \"store_id\": \"1198\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"553 Main St\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Tewksbury, Heartland Plaza Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 72,\n            \"zip_code\": \"01876\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Centerville\",\n            \"store_id\": \"1196\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"1600 Falmouth Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Centerville Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 45,\n            \"zip_code\": \"02632\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Plymouth\",\n            \"store_id\": \"1186\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"81 Carver Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Plymouth Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 64,\n            \"zip_code\": \"02360\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Medfield\",\n            \"store_id\": \"1184\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"10 C North Meadows Road\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Medfield Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 39,\n            \"zip_code\": \"02052\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Middleboro\",\n            \"store_id\": \"1183\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"438 West Grove Street\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Middleboro Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 33,\n            \"zip_code\": \"02346\"\n        },\n        {\n            \"status\": \"Live\",\n            \"city\": \"Franklin\",\n            \"store_id\": \"1180\",\n            \"setup_type\": \"POS_toast\",\n            \"address1\": \"245 Franklin Village Drive\",\n            \"state_name\": \"Massachusetts\",\n            \"rest_name\": \"Franklin Papa Gino's\",\n            \"timezone\": \"GMT-4\",\n            \"state_id\": 26,\n            \"state_code\": \"MA\",\n            \"rest_id\": 71,\n            \"zip_code\": \"02038\"\n        }\n    ],\n    \"total_data_count\": 68,\n    \"total_page\": 4\n}"}],"_postman_id":"bbfde7c6-ad02-4e35-9d29-6b30753639e1"},{"name":"Get Store by ID","id":"d46378ed-57d2-4f66-97c5-ada9b57420f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/management/stores/{{store_id}}","urlObject":{"path":["management","stores","{{store_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0aa65730-b4b5-4cfe-ae4c-75cb6b038f65","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/management/stores/{{store_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Mar 2023 17:50:13 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1071"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 wildcard.dev-lb1.novadine.com"},{"key":"X-Trace-ID","value":"ZBic1Wz8UrB6x2@SEc9J0wAAAwc"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"driver_management\": false,\n    \"restaurant_extra_fields\": null,\n    \"global_disable_group_order\": false,\n    \"enable_loyalty\": true,\n    \"restaurant_data\": {\n        \"chargeaccountenabled\": false,\n        \"faxnumber\": \"\",\n        \"modified_by\": null,\n        \"escalation_hours\": 1,\n        \"storeid\": \"0001\",\n        \"location\": 1,\n        \"latitude\": 42.344552,\n        \"accepts_coupons\": true,\n        \"fax\": false,\n        \"activated\": \"12/07/2022 01:00am\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"list_only\": false,\n        \"closed_by\": null,\n        \"status_name\": \"Live\",\n        \"hold_future_orders\": false,\n        \"sub_method\": null,\n        \"escalation_start\": 0,\n        \"tz_name\": \"GMT-4\",\n        \"delivery_state_tax\": 0,\n        \"pager_message\": null,\n        \"contact_name\": \"\",\n        \"restaurantid\": 1,\n        \"chargeaccountenable\": null,\n        \"state\": 26,\n        \"ra\": null,\n        \"default_spending_limit\": 2000,\n        \"dineinavailable\": false,\n        \"acct_option\": 2,\n        \"last_menu_export\": \"03/20/2023 01:25pm\",\n        \"setup_type\": \"POS_toast\",\n        \"taxcity\": 0,\n        \"active\": true,\n        \"delivery_county_tax\": 0,\n        \"creditcard_testmode\": false,\n        \"training\": null,\n        \"created\": null,\n        \"last_agent_checkin\": \"03/20/2023 01:48pm\",\n        \"country\": \"US\",\n        \"ach\": null,\n        \"groupbasepreptime\": 0,\n        \"delivery_city_tax\": 0,\n        \"geo_encoded_levels\": null,\n        \"displayorder\": 1,\n        \"agent_version\": null,\n        \"extra\": null,\n        \"basepreptime\": 0,\n        \"county\": null,\n        \"merchant_login\": \"Meal6310\",\n        \"allow_group_orders\": true,\n        \"ach_absolute\": null,\n        \"city\": \"Boston\",\n        \"taxcounty\": 0,\n        \"live\": \"2022-12-07T00:00:00-05:00\",\n        \"vendor_number\": null,\n        \"end_of_day\": 0,\n        \"promo_text\": null,\n        \"escalation_end\": 0,\n        \"call_center_only\": false,\n        \"contact_email\": \"\",\n        \"statecode\": \"MA\",\n        \"suggested_tip\": 0.15,\n        \"geo_encoded_points\": null,\n        \"modified\": null,\n        \"longitude\": -71.102756,\n        \"taxstate\": 0,\n        \"terminal_number\": null,\n        \"ra_absolute\": null,\n        \"pickupavailable\": true,\n        \"parent_restaurant\": null,\n        \"deliverymaxmiles\": 0,\n        \"timezone\": 8,\n        \"orderemail\": \"nd-support-alerts@lunchbox.io\",\n        \"closed_for_day\": false,\n        \"merchant_key\": \"535fsG98EBs6Bm4z\",\n        \"payprotocol\": \"Test Gateway\",\n        \"hostname\": null,\n        \"payprocid\": 0,\n        \"zipcode\": \"02215\",\n        \"last_order\": \"03/20/2023 01:12pm\",\n        \"address1\": \"401 Park Drive\",\n        \"pos_autosend\": true,\n        \"contact_phone\": \"\",\n        \"province\": null,\n        \"hold_same_day_orders\": false,\n        \"restaurantname\": \"Boston\",\n        \"tz_daylight\": true,\n        \"alt_store_id\": null,\n        \"stateid\": 26,\n        \"paypalenabled\": false,\n        \"base_delivery_preptime\": 15,\n        \"test_store\": false,\n        \"deliverymaxdrivetimemins\": 0,\n        \"phone\": \"1234567890\",\n        \"org_id\": 1,\n        \"deliveryavailable\": true,\n        \"status\": 5,\n        \"chain_status\": null,\n        \"pay_method\": null,\n        \"creditcardenabled\": true\n    }\n}"}],"_postman_id":"d46378ed-57d2-4f66-97c5-ada9b57420f1"}],"id":"e72000eb-2121-4178-ae62-bad647590ecf","_postman_id":"e72000eb-2121-4178-ae62-bad647590ecf","description":""},{"name":"Service Types","item":[{"name":"Update Service Types Config","id":"170bdc82-91bb-46a3-89b4-77520c12ba4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"approved\": false,\n    \"enabled\": true,\n    \"group_base_prep_time\": 15,\n    \"base_prep_time\": 10,\n    \"lead_time\": 30,\n    \"hold_same_day_orders\": false,\n    \"pos_autosend\": true,\n    \"hold_future_orders\": false,\n    \"min_subtotal\": 5,\n    \"allow_check_in\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/store/{{rest_id}}/service_types/{{service_type_id}}/config","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>approved  <br /><em>boolean</em></td>\n<td>(required) This can only be managed by Lunchbox employees. If you are making this API call without LB employee permissions, you must include this property but changes to the approved status will not be implemented</td>\n</tr>\n<tr>\n<td>enabled  <br /><em>boolean</em></td>\n<td>(required) Make this Service Type visible from the location selector</td>\n</tr>\n<tr>\n<td>group_base_prep_time</td>\n<td>The time (in minutes) for the general amount of time it takes to prepare and package a Group Order. This is used to determine order ready time.</td>\n</tr>\n<tr>\n<td>base_prep_time</td>\n<td>The time (in minutes) for the general amount of time it takes to prepare and package an Order. This is used to determine order ready time.</td>\n</tr>\n<tr>\n<td>lead_time</td>\n<td>The time (in minutes) that represents the earliest time food will be available based on the size of the Order and time of day. This is used only a guest starts an order.</td>\n</tr>\n<tr>\n<td>hold_same_day_future_orders  <br /><em>boolean</em></td>\n<td>Enable holding an order based on order ready/firing time for same day future orders</td>\n</tr>\n<tr>\n<td>pos_autosend  <br /><em>boolean</em></td>\n<td>For POS-integrated locations ONLY. Enabling this option automatically sends the order to the POS. When enabled, the order is held on the Lunchbox servers and the POS is not notified until the calculated firing time</td>\n</tr>\n<tr>\n<td>hold_future_orders  <br /><em>boolean</em></td>\n<td>Enable holding an order based on order ready/firing time for future orders (next day and beyond)</td>\n</tr>\n<tr>\n<td>min_subtotal</td>\n<td>This is how much a guest must spend before they can check out for non-delivery service type orders</td>\n</tr>\n<tr>\n<td>allow_check_in  <br /><em>boolean</em></td>\n<td>Used for Curbside Pick-Up for customers to check in when they arrive at the location to alert the restaurant</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["management","store","{{rest_id}}","service_types","{{service_type_id}}","config"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"170bdc82-91bb-46a3-89b4-77520c12ba4b"}],"id":"b9ac95c1-2c24-42b6-8839-921fa487e7ca","_postman_id":"b9ac95c1-2c24-42b6-8839-921fa487e7ca","description":""},{"name":"Orders","item":[{"name":"Get Orders","id":"13dc79f5-3627-4f86-a51c-5f6ed9ac388e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/management/orders?rest_id={{rest_id}}&promise_date=2023-08-01&order_status=Completed","urlObject":{"path":["management","orders"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Used to fetch ID for a specific store. This you can get in the response for Get Stores or Get Stores by ID, and in the response it has <code>restaurantid</code>. We fetch orders using this value and not <code>store_id</code> because <code>store_id</code> can be editted by the user any time and is not cosistent.</p>\n","type":"text/plain"},"key":"rest_id","value":"{{rest_id}}"},{"disabled":true,"description":{"content":"<p>Used for setting how many results you'd like to receive back (max: 100)</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>Used for paging through the results, so that you can load a specific number of locations at a time. See <code>next_page</code> and <code>previous_page</code> and <code>current_page</code> in the response</p>\n","type":"text/plain"},"key":"page","value":"2"},{"key":"promise_date","value":"2023-08-01"},{"key":"order_status","value":"Completed"}],"variable":[]}},"response":[{"id":"09122528-994f-4add-ae68-a080e8d08b2f","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/management/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 14:23:20 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1789"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"next_page\": 2,\n    \"previous_page\": null,\n    \"current_page\": 1,\n    \"results\": [\n        {\n            \"total_cents\": 111,\n            \"ordersid\": 67303,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 111,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 111,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2109,\n            \"ordersid\": 67326,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2425,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724c@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Janw\",\n            \"lastname\": \"Doe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2109,\n            \"assigned_driver\": null,\n            \"customerid\": 196590,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550142\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2109,\n            \"ordersid\": 67336,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2425,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2109,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 111,\n            \"ordersid\": 67307,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:05:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 111,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail+50@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mik\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 111,\n            \"assigned_driver\": null,\n            \"customerid\": 196577,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6465550081\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67313,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:10:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail+80@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mik\",\n            \"lastname\": \"Foe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 196582,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6465550086\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 111,\n            \"ordersid\": 67317,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:15:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 111,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail+80@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mik\",\n            \"lastname\": \"Foe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 111,\n            \"assigned_driver\": null,\n            \"customerid\": 196582,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6465550086\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2681,\n            \"ordersid\": 67340,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:20:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2681,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2681,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67341,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:25:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67342,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:30:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67347,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:35:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2262,\n            \"ordersid\": 67335,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Catering\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T10:30:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2262,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Catering\",\n                \"servicetype_id\": 5,\n                \"service_name\": \"Catering\",\n                \"external_id\": null,\n                \"description\": \"Catering\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2262,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1930,\n            \"ordersid\": 67321,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T10:45:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1930,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724a@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 1930,\n            \"assigned_driver\": null,\n            \"customerid\": 196588,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2125557941\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 641,\n            \"ordersid\": 67324,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T10:50:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 641,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724b@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Test\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 641,\n            \"assigned_driver\": null,\n            \"customerid\": 196589,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475557241\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2021,\n            \"ordersid\": 67328,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T10:55:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2021,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724m@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Te\",\n            \"lastname\": \"Te\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 2021,\n            \"assigned_driver\": null,\n            \"customerid\": 196591,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475559011\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 3047,\n            \"ordersid\": 67323,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"MA\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T11:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": \"Dedham\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 3515,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724b@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Test\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"02026\",\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 3047,\n            \"assigned_driver\": null,\n            \"customerid\": 196589,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475557241\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"600 Providence Hwy\"\n        },\n        {\n            \"total_cents\": 1798,\n            \"ordersid\": 67334,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T11:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1798,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 1798,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 6,\n                \"storeid\": \"1005\",\n                \"restaurantname\": \"Hyde Park Papa Gino's\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2860,\n            \"ordersid\": 67332,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T11:05:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2860,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 2860,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 3240,\n            \"ordersid\": 67333,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"MA\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T11:10:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": \"Dedham\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 3744,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"02026\",\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 3240,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"600 Providence Hwy\"\n        },\n        {\n            \"total_cents\": 2262,\n            \"ordersid\": 67337,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T11:15:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2262,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 2262,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1200,\n            \"ordersid\": 66660,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-26T11:20:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1200,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"ch@gmail.com\",\n            \"promise_date\": \"06/26/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"C\",\n            \"lastname\": \"A\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1200,\n            \"assigned_driver\": null,\n            \"customerid\": 196372,\n            \"delivery_zone\": null,\n            \"cellphone\": \"9193021793\",\n            \"delivery_zonename\": null,\n            \"notified\": \"23:26:55\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        }\n    ],\n    \"total_data_count\": 134,\n    \"total_page\": 7\n}"},{"id":"c6b77e0a-c044-4d6a-9c3a-37d28101f129","name":"Success: Restaurant ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/management/orders?rest_id={{rest_id}}","host":["{{baseUrl}}"],"path":["management","orders"],"query":[{"key":"customer_id","value":"{{customer_id}}","description":"Fetch order for a specific user","disabled":true},{"key":"rest_id","value":"{{rest_id}}","description":"Used to fetch ID for a specific store. This you can get in the response for Get Stores or Get Stores by ID, and in the response it has `restaurantid`. We fetch orders using this value and not `store_id` because `store_id` can be editted by the user any time and is not cosistent."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 14:28:58 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1807"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"next_page\": 2,\n    \"previous_page\": null,\n    \"current_page\": 1,\n    \"results\": [\n        {\n            \"total_cents\": 2109,\n            \"ordersid\": 67326,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2425,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724c@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Janw\",\n            \"lastname\": \"Doe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2109,\n            \"assigned_driver\": null,\n            \"customerid\": 196590,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550142\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 111,\n            \"ordersid\": 67303,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 111,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 111,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2109,\n            \"ordersid\": 67336,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2425,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724j@qa.lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2109,\n            \"assigned_driver\": null,\n            \"customerid\": 196595,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550983\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 111,\n            \"ordersid\": 67307,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:05:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 111,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail+50@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mik\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 111,\n            \"assigned_driver\": null,\n            \"customerid\": 196577,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6465550081\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67313,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:10:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail+80@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mik\",\n            \"lastname\": \"Foe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 196582,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6465550086\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 111,\n            \"ordersid\": 67317,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:15:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 111,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail+80@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mik\",\n            \"lastname\": \"Foe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 111,\n            \"assigned_driver\": null,\n            \"customerid\": 196582,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6465550086\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2681,\n            \"ordersid\": 67340,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:20:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2681,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2681,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67341,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:25:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67342,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:30:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 67347,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-25T06:35:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/25/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": true,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 4982,\n            \"ordersid\": 66652,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-27T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 4982,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"06/27/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 4982,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1249,\n            \"ordersid\": 66669,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-27T06:15:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 1249,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"06/27/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1249,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 5078,\n            \"ordersid\": 66489,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-27T07:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": \"New York\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 5078,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+621a@qa.lunchbox.io\",\n            \"promise_date\": \"06/27/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"10001\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 5078,\n            \"assigned_driver\": null,\n            \"customerid\": 196318,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475551210\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"1216 Broadway\"\n        },\n        {\n            \"total_cents\": 4913,\n            \"ordersid\": 66790,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Catering\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-29T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 4913,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Catering\",\n                \"servicetype_id\": 5,\n                \"service_name\": \"Catering\",\n                \"external_id\": null,\n                \"description\": \"Catering\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628j@qa.lunchbox.io\",\n            \"promise_date\": \"06/29/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Princess Banana\",\n            \"lastname\": \"Hammock The Third\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 4913,\n            \"assigned_driver\": null,\n            \"customerid\": 196394,\n            \"delivery_zone\": null,\n            \"cellphone\": \"7185550356\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1884,\n            \"ordersid\": 66777,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-29T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 1884,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628c@qa.lunchbox.io\",\n            \"promise_date\": \"06/29/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1884,\n            \"assigned_driver\": null,\n            \"customerid\": 196392,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475557104\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2269,\n            \"ordersid\": 66783,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"MA\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-29T11:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": \"Bridgewater\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628c@qa.lunchbox.io\",\n            \"promise_date\": \"06/29/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"02324\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2269,\n            \"assigned_driver\": null,\n            \"customerid\": 196392,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475557104\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"923 Broad St\"\n        },\n        {\n            \"total_cents\": 755,\n            \"ordersid\": 66975,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-01T05:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+630t@qa.lunchbox.io\",\n            \"promise_date\": \"07/01/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Test\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 755,\n            \"assigned_driver\": null,\n            \"customerid\": 196437,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475559622\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 4057,\n            \"ordersid\": 66789,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-02T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 4057,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628j@qa.lunchbox.io\",\n            \"promise_date\": \"07/02/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Princess Banana\",\n            \"lastname\": \"Hammock The Third\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 4057,\n            \"assigned_driver\": null,\n            \"customerid\": 196394,\n            \"delivery_zone\": null,\n            \"cellphone\": \"7185550356\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 430,\n            \"ordersid\": 67032,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-04T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 430,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"marija.golubovic.ui@gmail.com\",\n            \"promise_date\": \"07/04/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Marija\",\n            \"lastname\": \"Golubovic\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 430,\n            \"assigned_driver\": null,\n            \"customerid\": 196459,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550022\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 536,\n            \"ordersid\": 67031,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-04T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 536,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"teslamarija011@gmail.com\",\n            \"promise_date\": \"07/04/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Tesla\",\n            \"lastname\": \"Marija\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 536,\n            \"assigned_driver\": null,\n            \"customerid\": 196458,\n            \"delivery_zone\": null,\n            \"cellphone\": \"9295550833\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        }\n    ],\n    \"total_data_count\": 46,\n    \"total_page\": 3\n}"},{"id":"0a510b19-70e2-4a26-8764-0388df6bcc41","name":"Success: Page & Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/management/orders?limit=100&page=2","host":["{{baseUrl}}"],"path":["management","orders"],"query":[{"key":"rest_id","value":"{{rest_id}}","description":"Used to fetch ID for a specific store. This you can get in the response for Get Stores or Get Stores by ID, and in the response it has `restaurantid`. We fetch orders using this value and not `store_id` because `store_id` can be editted by the user any time and is not cosistent.","disabled":true},{"key":"limit","value":"100","description":"Used for setting how many results you'd like to receive back (max: 100)"},{"key":"page","value":"2","description":"Used for paging through the results, so that you can load a specific number of locations at a time. See `next_page` and `previous_page` and `current_page` in the response"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 18:13:41 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2857"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"next_page\": null,\n    \"previous_page\": 1,\n    \"current_page\": 2,\n    \"results\": [\n        {\n            \"total_cents\": 755,\n            \"ordersid\": 67221,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T06:40:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 755,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717c@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"T\",\n            \"lastname\": \"R\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 755,\n            \"assigned_driver\": null,\n            \"customerid\": 196532,\n            \"delivery_zone\": null,\n            \"cellphone\": \"4245550033\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 643,\n            \"ordersid\": 67230,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T06:45:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 643,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717e@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 643,\n            \"assigned_driver\": null,\n            \"customerid\": 196537,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475558120\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 643,\n            \"ordersid\": 67233,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T06:50:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 643,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717e@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 643,\n            \"assigned_driver\": null,\n            \"customerid\": 196537,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475558120\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 643,\n            \"ordersid\": 67234,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T06:55:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 643,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717e@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 643,\n            \"assigned_driver\": null,\n            \"customerid\": 196537,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475558120\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 433,\n            \"ordersid\": 67235,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T07:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 433,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717y@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 433,\n            \"assigned_driver\": null,\n            \"customerid\": 196538,\n            \"delivery_zone\": null,\n            \"cellphone\": \"7165550844\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 641,\n            \"ordersid\": 67228,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T10:45:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 641,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717f@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test Order\",\n            \"lastname\": \"Do Not Make\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 641,\n            \"assigned_driver\": null,\n            \"customerid\": 196534,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550447\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 429,\n            \"ordersid\": 67229,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T10:50:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 429,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717w@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Test\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 429,\n            \"assigned_driver\": null,\n            \"customerid\": 196536,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2125557143\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 753,\n            \"ordersid\": 67231,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T10:55:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 753,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717e@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 753,\n            \"assigned_driver\": null,\n            \"customerid\": 196537,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475558120\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 753,\n            \"ordersid\": 67232,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T11:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 753,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717e@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 753,\n            \"assigned_driver\": null,\n            \"customerid\": 196537,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475558120\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1008,\n            \"ordersid\": 66787,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T13:45:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 1008,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628j@qa.lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Princess Banana\",\n            \"lastname\": \"Hammock The Third\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1008,\n            \"assigned_driver\": null,\n            \"customerid\": 196394,\n            \"delivery_zone\": null,\n            \"cellphone\": \"7185550356\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 13,\n                \"storeid\": \"1096\",\n                \"restaurantname\": \"Orleans Papa Gino's\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 324,\n            \"ordersid\": 67239,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-19T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/19/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 324,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 6206,\n            \"ordersid\": 67244,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-19T06:50:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 6206,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/19/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 6206,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 3458,\n            \"ordersid\": 66986,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"MA\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-19T12:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": \"Dedham\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 3458,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+630l@qa.lunchbox.io\",\n            \"promise_date\": \"07/19/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mar\",\n            \"lastname\": \"Mar\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"02026\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 3458,\n            \"assigned_driver\": null,\n            \"customerid\": 196441,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2125557004\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"530 Providence Hwy\"\n        },\n        {\n            \"total_cents\": 600,\n            \"ordersid\": 67268,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-21T15:55:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"andresfgil1203@gmail.com\",\n            \"promise_date\": \"07/21/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Andres\",\n            \"lastname\": \"G\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 600,\n            \"assigned_driver\": null,\n            \"customerid\": 557,\n            \"delivery_zone\": null,\n            \"cellphone\": null,\n            \"delivery_zonename\": null,\n            \"notified\": \"22:45:08\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2493,\n            \"ordersid\": 67258,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-22T05:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 2493,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/22/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2493,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 326,\n            \"ordersid\": 67272,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-22T05:05:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"andresfgil1203@gmail.com\",\n            \"promise_date\": \"07/22/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Andres\",\n            \"lastname\": \"G\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 326,\n            \"assigned_driver\": null,\n            \"customerid\": 557,\n            \"delivery_zone\": null,\n            \"cellphone\": null,\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2027,\n            \"ordersid\": 67275,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-22T05:10:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"andresfgil1203@gmail.com\",\n            \"promise_date\": \"07/22/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Andres\",\n            \"lastname\": \"G\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2027,\n            \"assigned_driver\": null,\n            \"customerid\": 557,\n            \"delivery_zone\": null,\n            \"cellphone\": null,\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 323,\n            \"ordersid\": 67218,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-22T11:30:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 323,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+717c@qa.lunchbox.io\",\n            \"promise_date\": \"07/22/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"T\",\n            \"lastname\": \"R\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 323,\n            \"assigned_driver\": null,\n            \"customerid\": 196532,\n            \"delivery_zone\": null,\n            \"cellphone\": \"4245550033\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2262,\n            \"ordersid\": 67325,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Catering\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-29T11:30:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2578,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Catering\",\n                \"servicetype_id\": 5,\n                \"service_name\": \"Catering\",\n                \"external_id\": null,\n                \"description\": \"Catering\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+724c@qa.lunchbox.io\",\n            \"promise_date\": \"07/29/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Janw\",\n            \"lastname\": \"Doe\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 2262,\n            \"assigned_driver\": null,\n            \"customerid\": 196590,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550142\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 88,\n                \"storeid\": \"1097\",\n                \"restaurantname\": \"Dedham Papa Gino's & D'Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 6708,\n            \"ordersid\": 66040,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-08-06T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 12,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#f00000\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 6708,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Unacknowledged\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"vpomak+pgg39@lunchbox.io\",\n            \"promise_date\": \"08/06/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Volkan\",\n            \"lastname\": \"Pomak\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": false,\n            \"fstamp\": null,\n            \"group_total\": 6708,\n            \"assigned_driver\": null,\n            \"customerid\": 194750,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2043121157\",\n            \"delivery_zonename\": null,\n            \"notified\": null,\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Paid, waiting for acknowledgement\",\n            \"store\": {\n                \"restaurantid\": 85,\n                \"storeid\": \"0502\",\n                \"restaurantname\": \"Mansfield Papa Gino’s & D’Angelo\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 5829,\n            \"ordersid\": 66796,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-04T01:30:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 14,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#aaffaa\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 5834,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Sent to POS\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628j@qa.lunchbox.io\",\n            \"promise_date\": \"07/04/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Princess Banana\",\n            \"lastname\": \"Hammock The Third\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 5829,\n            \"assigned_driver\": null,\n            \"customerid\": 196394,\n            \"delivery_zone\": null,\n            \"cellphone\": \"7185550356\",\n            \"delivery_zonename\": null,\n            \"notified\": \"19:14:12\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Sent to POS\",\n            \"store\": {\n                \"restaurantid\": 4,\n                \"storeid\": \"0003\",\n                \"restaurantname\": \"Dual Lab\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 1398,\n            \"ordersid\": 67238,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-18T11:15:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 14,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#aaffaa\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Sent to POS\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/18/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1398,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": \"03:22:44\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Sent to POS\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2431,\n            \"ordersid\": 66653,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-26T08:40:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"New York\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"06/26/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"10017\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2431,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": \"06:13:07\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"589 5th Ave\"\n        },\n        {\n            \"total_cents\": 3788,\n            \"ordersid\": 66672,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-27T00:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"New York\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 3788,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"06/27/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"10001\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 3788,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": \"21:42:03\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"1216 Broadway\"\n        },\n        {\n            \"total_cents\": 7521,\n            \"ordersid\": 66666,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-27T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"Brooklyn\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 7521,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"06/27/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"11221\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 7521,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": \"10:11:24\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"1000 Broadway\"\n        },\n        {\n            \"total_cents\": 2837,\n            \"ordersid\": 66667,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-27T06:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"New York\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 2837,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"06/27/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"10001\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2837,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": \"10:11:24\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"1216 Broadway\"\n        },\n        {\n            \"total_cents\": 7190,\n            \"ordersid\": 66792,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-06-28T18:55:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 7190,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+628j@qa.lunchbox.io\",\n            \"promise_date\": \"06/28/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Princess Banana\",\n            \"lastname\": \"Hammock The Third\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 7190,\n            \"assigned_driver\": null,\n            \"customerid\": 196394,\n            \"delivery_zone\": null,\n            \"cellphone\": \"7185550356\",\n            \"delivery_zonename\": null,\n            \"notified\": \"19:51:37\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 4,\n                \"storeid\": \"0003\",\n                \"restaurantname\": \"Dual Lab\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2425,\n            \"ordersid\": 66981,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Drive-Thru\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"MA\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-01T11:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"Dedham\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Drive-Thru\",\n                \"servicetype_id\": 4,\n                \"service_name\": \"Drive-Thru\",\n                \"external_id\": null,\n                \"description\": \"Drive-Thru\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+630y@qa.lunchbox.io\",\n            \"promise_date\": \"07/01/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Order\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"02026\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2425,\n            \"assigned_driver\": null,\n            \"customerid\": 196438,\n            \"delivery_zone\": null,\n            \"cellphone\": \"3475550822\",\n            \"delivery_zonename\": null,\n            \"notified\": \"10:12:58\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"540 Providence Hwy\"\n        },\n        {\n            \"total_cents\": 15492,\n            \"ordersid\": 67000,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-02T11:15:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 15492,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+630a@qa.lunchbox.io\",\n            \"promise_date\": \"07/02/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Q\",\n            \"lastname\": \"Q\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 15492,\n            \"assigned_driver\": null,\n            \"customerid\": 196427,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2125550012\",\n            \"delivery_zonename\": null,\n            \"notified\": \"00:54:45\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 4,\n                \"storeid\": \"0003\",\n                \"restaurantname\": \"Dual Lab\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 3731,\n            \"ordersid\": 66994,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Catering\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-03T01:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 3731,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Catering\",\n                \"servicetype_id\": 5,\n                \"service_name\": \"Catering\",\n                \"external_id\": null,\n                \"description\": \"Catering\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+630a@qa.lunchbox.io\",\n            \"promise_date\": \"07/03/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Q\",\n            \"lastname\": \"Q\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 3731,\n            \"assigned_driver\": null,\n            \"customerid\": 196427,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2125550012\",\n            \"delivery_zonename\": null,\n            \"notified\": \"20:13:25\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 4,\n                \"storeid\": \"0003\",\n                \"restaurantname\": \"Dual Lab\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 4246,\n            \"ordersid\": 66285,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Catering\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-04T00:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 4246,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Catering\",\n                \"servicetype_id\": 5,\n                \"service_name\": \"Catering\",\n                \"external_id\": null,\n                \"description\": \"Catering\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+616c@qa.lunchbox.io\",\n            \"promise_date\": \"07/04/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Test\",\n            \"lastname\": \"Test\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 4246,\n            \"assigned_driver\": null,\n            \"customerid\": 196260,\n            \"delivery_zone\": null,\n            \"cellphone\": \"2125550980\",\n            \"delivery_zonename\": null,\n            \"notified\": \"04:36:13\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 4,\n                \"storeid\": \"0003\",\n                \"restaurantname\": \"Dual Lab\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        },\n        {\n            \"total_cents\": 2566,\n            \"ordersid\": 67045,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-06T11:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"New York\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"Android App\",\n            \"preauth_cents\": 2566,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"test.user+75a@qa.lunchbox.io\",\n            \"promise_date\": \"07/06/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Maria\",\n            \"lastname\": \"Dove The III\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"10001\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2566,\n            \"assigned_driver\": null,\n            \"customerid\": 196477,\n            \"delivery_zone\": null,\n            \"cellphone\": \"4245551877\",\n            \"delivery_zonename\": null,\n            \"notified\": \"10:04:37\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"1216 Broadway\"\n        },\n        {\n            \"total_cents\": 2955,\n            \"ordersid\": 67202,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Delivery\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": \"NY\",\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-17T09:50:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": true,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": \"New York\",\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Delivery\",\n                \"servicetype_id\": 1,\n                \"service_name\": \"Delivery\",\n                \"external_id\": \"cb5512b3-e5c4-4502-aa10-73661e5fee04\",\n                \"description\": \"Delivery\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"mikhail@lunchbox.io\",\n            \"promise_date\": \"07/17/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Mikhail\",\n            \"lastname\": \"Foenko\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": \"10001\",\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 2955,\n            \"assigned_driver\": null,\n            \"customerid\": 3421,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6462400075\",\n            \"delivery_zonename\": null,\n            \"notified\": \"05:02:46\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": \"1216 Broadway\"\n        },\n        {\n            \"total_cents\": 1245,\n            \"ordersid\": 67266,\n            \"show_tip_adjust\": 1,\n            \"deliverydriver_firstname\": null,\n            \"service_name\": \"Pick-Up\",\n            \"tz_name\": \"GMT-4\",\n            \"grouporderid\": 0,\n            \"checkin_ts\": null,\n            \"destination_statecode\": null,\n            \"faxed_by\": null,\n            \"dpstamp\": \"2023-07-22T03:00:00-04:00\",\n            \"escalated_by\": null,\n            \"isdelivery\": false,\n            \"statusid\": 31,\n            \"is_picked_up_ts\": null,\n            \"pending_checkin\": 0,\n            \"num_comments\": 0,\n            \"om_bg_color\": \"#FA9A00\",\n            \"destination_city\": null,\n            \"locale_seq_no\": null,\n            \"delivery_provider_id\": null,\n            \"source\": \"iOS App\",\n            \"preauth_cents\": 0,\n            \"checkin_acknowledged_ts\": null,\n            \"service_type\": {\n                \"is_visible\": true,\n                \"display_name\": \"Pick-Up\",\n                \"servicetype_id\": 2,\n                \"service_name\": \"Pick-Up\",\n                \"external_id\": \"d94b9f17-2805-47ed-a7f5-1c7bdaf3f417\",\n                \"description\": \"Pick-Up\"\n            },\n            \"order_status\": \"Admin Hold\",\n            \"order_provider\": null,\n            \"paid_cents\": 0,\n            \"email\": \"gabysofi.g.g8m@gmail.com\",\n            \"promise_date\": \"07/22/2023\",\n            \"username\": null,\n            \"checkin_extra\": null,\n            \"firstname\": \"Nena\",\n            \"lastname\": \"Gil\",\n            \"escalate_stamp\": null,\n            \"destination_zip\": null,\n            \"destination_phone\": null,\n            \"is_due\": true,\n            \"fstamp\": null,\n            \"group_total\": 1245,\n            \"assigned_driver\": null,\n            \"customerid\": 196571,\n            \"delivery_zone\": null,\n            \"cellphone\": \"6313555220\",\n            \"delivery_zonename\": null,\n            \"notified\": \"23:12:37\",\n            \"iscurrentdayorder\": false,\n            \"tracking_number\": null,\n            \"is_provider_delivery\": false,\n            \"deliverydriver_lastname\": null,\n            \"status\": \"Admin Hold\",\n            \"store\": {\n                \"restaurantid\": 3,\n                \"storeid\": \"0002\",\n                \"restaurantname\": \"Papa Gino's Lab - Name Test\"\n            },\n            \"is_shipping\": false,\n            \"fcstamp\": null,\n            \"destination_address2\": null,\n            \"destination_address1\": null\n        }\n    ],\n    \"total_data_count\": 134,\n    \"total_page\": 2\n}"}],"_postman_id":"13dc79f5-3627-4f86-a51c-5f6ed9ac388e"},{"name":"Get Order Details","id":"f79f466d-c4ba-4379-a5ea-7b3df287f69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/management/store/{{store_id}}/order_details/{{order_id}}","urlObject":{"path":["management","store","{{store_id}}","order_details","{{order_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0e9d6a50-8775-4e4f-a85e-2b4905ba47eb","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/management/store/{{rest_id}}/order_details/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Mar 2023 13:11:46 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"1287"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 wildcard.dev-lb1.novadine.com"},{"key":"X-Trace-ID","value":"ZBxQEhymAwO8191uPJmybAAABAk"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"payment_history\": [],\n    \"items\": [\n        {\n            \"itemid\": 871,\n            \"weight\": null,\n            \"coupon\": null,\n            \"modeid\": 2,\n            \"itemcomment\": \"\",\n            \"baseprice\": 200,\n            \"parent_orderitem\": 0,\n            \"parent_item_number\": null,\n            \"itemname\": \"Coffee\",\n            \"pick_list_external_id\": null,\n            \"orderid\": 1790,\n            \"orderitemid\": 1872,\n            \"catid\": 249,\n            \"settitle\": null,\n            \"pick_list_trigger_id\": null,\n            \"is_valid\": null,\n            \"style_name\": null,\n            \"pick_list_id\": null,\n            \"external_category_id\": \"592f1635-c09f-4f07-ab5e-74beea9e0d04\",\n            \"item_number\": 1,\n            \"category\": \"Hot Drinks\",\n            \"item_config_id\": 871,\n            \"resolved_config_id\": null,\n            \"free_after\": null,\n            \"free_up_to\": null,\n            \"auto\": false,\n            \"preptime_as_incr\": 0,\n            \"refname\": \"\",\n            \"default_qty\": 0,\n            \"size_name\": null,\n            \"free_qty\": null,\n            \"tickettext\": \"Coffee\",\n            \"parent_or_self\": 1872,\n            \"item_size_id\": null,\n            \"modifiers\": [],\n            \"menuid\": 21,\n            \"external_id\": \"a69479ba-8555-49b4-8685-7beb6cf0e104\",\n            \"nd_unitprice\": null,\n            \"item_style_id\": null,\n            \"nd_baseprice\": null,\n            \"pos_price\": null,\n            \"defaults_are_free\": false,\n            \"shortdesc\": \"\",\n            \"unitprice\": 200,\n            \"preptime_as_only\": 0,\n            \"quantity\": 1\n        }\n    ],\n    \"email_history\": [],\n    \"details\": {\n        \"esc_delta\": null,\n        \"accepted_by\": null,\n        \"ordersid\": 1790,\n        \"nd_refund_amount\": null,\n        \"total_cents\": 213,\n        \"tz_name\": \"GMT-5\",\n        \"cctype\": null,\n        \"commentstorestaurant\": null,\n        \"refundable\": false,\n        \"refunded\": null,\n        \"nd_paid_amount\": \"$0.00\",\n        \"nd_total\": null,\n        \"dpstamp\": \"2023-01-18T17:51:03-05:00\",\n        \"ready\": \"January   18, 2023 05:51 pm\",\n        \"nd_sales_tax\": null,\n        \"adj_orderid\": null,\n        \"total\": \"$2.13\",\n        \"statusid\": 5,\n        \"customer_name\": \"jared arst\",\n        \"delivery_provider_name\": null,\n        \"city\": \"Boston\",\n        \"voidable\": true,\n        \"delivery_tracking_url\": null,\n        \"delivery_charge\": \"$0.00\",\n        \"rej_coupon\": null,\n        \"paid_amount\": \"$0.00\",\n        \"display_order_id\": 1790,\n        \"Future Order\": null,\n        \"storeid\": \"0001                \",\n        \"tip\": \"$0.00\",\n        \"escalated\": null,\n        \"nd_tip\": null,\n        \"coupon_total\": \"$0.00\",\n        \"deliverydestinationid\": null,\n        \"future_order\": null,\n        \"nd_coupon_total\": \"$0.00\",\n        \"accept_delta\": null,\n        \"type\": \"Pick-Up\",\n        \"preptime\": 0,\n        \"orderreference\": null,\n        \"status\": \"In Progress\",\n        \"customer_email\": \"jjewell@lunchbox.io\",\n        \"nd_delivery_charge\": null,\n        \"rej_coupon_id\": null,\n        \"grouporderid\": 0,\n        \"store_address\": \"401 Park Drive , Boston MA 02215\",\n        \"restid\": 1,\n        \"use_count\": null,\n        \"customer_address\": null,\n        \"faxed\": null,\n        \"statecode\": \"MA\",\n        \"refund_amount\": 0,\n        \"agent_handoff\": null,\n        \"nd_status\": null,\n        \"accepted\": null,\n        \"subtotal\": \"$2.00\",\n        \"orderdate\": \"2023-01-18\",\n        \"refund_cents\": 0,\n        \"source\": \"Online\",\n        \"cellphone\": \"7274594422\",\n        \"last_export\": null,\n        \"servicetype_id\": 2,\n        \"phone\": \"1234567890\",\n        \"paid_cents\": 0,\n        \"nd_subtotal\": null,\n        \"tracking_number\": null,\n        \"placed\": \"January   18, 2023 05:46 pm\",\n        \"use_order_ids\": null,\n        \"requested_ready\": \"January   18, 2023 05:51 pm\",\n        \"payment_type\": null,\n        \"sales_tax\": \"$0.13\",\n        \"paymenttype\": null,\n        \"lastfour\": null\n    },\n    \"order_history\": [\n        {\n            \"orderid\": null,\n            \"username\": null,\n            \"what\": null,\n            \"time\": null\n        },\n        {\n            \"orderid\": 1790,\n            \"username\": null,\n            \"what\": \"Current status: Order in progress (status 5)\",\n            \"time\": \"March     23, 2023 08:11 am\"\n        },\n        {\n            \"orderid\": 1790,\n            \"username\": \"jjewell@lunchbox.io\",\n            \"what\": \"Requested delivery or pickup time\",\n            \"time\": \"January   18, 2023 05:51 pm\"\n        },\n        {\n            \"orderid\": 1790,\n            \"username\": \"jjewell@lunchbox.io\",\n            \"what\": \"Created by customer\",\n            \"time\": \"January   18, 2023 05:46 pm\"\n        },\n        {\n            \"orderid\": 1790,\n            \"username\": \"jjewell@lunchbox.io\",\n            \"what\": \"Order taken\",\n            \"time\": \"January   18, 2023 05:46 pm\"\n        }\n    ],\n    \"coupons\": []\n}"}],"_postman_id":"f79f466d-c4ba-4379-a5ea-7b3df287f69d"},{"name":"Void","id":"93553b18-a1e6-4395-a410-98989ccd1421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}}\n}"},"url":"{{baseUrl}}/management/store/{{store_id}}/orders/{{order_id}}/void_order","urlObject":{"path":["management","store","{{store_id}}","orders","{{order_id}}","void_order"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a05a053f-4566-4aa5-9bbe-3623efa50fdb","name":"Void","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer_id\": {{customer_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/store/{{store_id}}/orders/{{order_id}}/void_order"},"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    \"message\": \"Order has been voided.\",\n    \"success\": true\n}"}],"_postman_id":"93553b18-a1e6-4395-a410-98989ccd1421"},{"name":"POST Manage Order","id":"8308129f-0e32-40c2-baf1-1a1f8cff5693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": {{order_id}},\n    \"action\": \"accept\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/store/{{rest_id}}/orders/manage_order","description":"<p>Use this for when an order is left open, and you'd like to mark it as <code>accept</code> or <code>complete</code>. If looking to update an order with <code>complete</code>, make sure to first mark it with <code>accept</code>.</p>\n<p>Pass in the following possible values into <code>action</code>:</p>\n<ul>\n<li><code>accept</code></li>\n<li><code>complete</code></li>\n</ul>\n","urlObject":{"path":["management","store","{{rest_id}}","orders","manage_order"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8308129f-0e32-40c2-baf1-1a1f8cff5693"},{"name":"Cancel Delivery","id":"fed0de11-86f0-44b1-a2f8-e66ea613a751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/management/store/{{rest_id}}/orders/{{order_id}}/cancel-delivery","description":"<p>Cancel a last mile delivery for an order. Does not cancel the order, just the delivery of it.</p>\n","urlObject":{"path":["management","store","{{rest_id}}","orders","{{order_id}}","cancel-delivery"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fed0de11-86f0-44b1-a2f8-e66ea613a751"},{"name":"Get Refund Details","id":"0ecc0886-6c75-4247-a348-8326399c7786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/management/orders/{{order_id}}/refund","urlObject":{"path":["management","orders","{{order_id}}","refund"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e7cb3aae-9905-4993-8d55-9eb016167cfe","name":"Get Refund Details","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/management/orders/{{order_id}}/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Oct 2023 05:47:01 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"632"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZRz8VLfDwotd0DzvpdPmSQAAA8U"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"allow_partial_refunds\": 1,\n    \"items\": [\n        {\n            \"total_cents\": 1240,\n            \"itemname\": \"Traditional Cheese Build Your Own\",\n            \"suggested_refunds\": [\n                0,\n                1240\n            ],\n            \"orderitemid\": 14103,\n            \"weight\": null,\n            \"order_tax\": 0,\n            \"sort_key\": [\n                14103\n            ],\n            \"refundable_qty\": 1,\n            \"orderitem_tax\": 81,\n            \"refname\": \"\",\n            \"refundable_cents\": 1240,\n            \"size_name\": \"Small\",\n            \"itemcomment\": \"\",\n            \"style_name\": null,\n            \"parent_orderitem\": 0,\n            \"total\": 1159,\n            \"type\": null,\n            \"refund_cents\": 0,\n            \"quantity\": 1\n        }\n    ],\n    \"payments\": [\n        {\n            \"ccyr\": \"27\",\n            \"gateway_name\": \"testGateway\",\n            \"transactioncents\": 2480,\n            \"cctype\": 1,\n            \"gateway_params\": [\n                \"test\",\n                \"test\",\n                \"test\"\n            ],\n            \"acct_external_id\": null,\n            \"ccfirst\": \"Chiyu\",\n            \"auth_cents_actual\": 2480,\n            \"transactionstatus\": 1,\n            \"gateway_id\": 0,\n            \"paid_cents_actual\": 2474,\n            \"cclast\": \"Ren\",\n            \"preauth_cents\": 2480,\n            \"acct_number\": null,\n            \"payment_type_id\": 0,\n            \"transactiontype\": \"AUTH_ONLY\",\n            \"paid_cents\": 2474,\n            \"approvalcode\": \"A-OK\",\n            \"transactionstamp\": \"2023-09-28T18:04:26.884463-04:00\",\n            \"order_id\": 4762,\n            \"orderreference\": \"OK\",\n            \"preauth_cents_actual\": 2480,\n            \"refund_cents_actual\": 2474,\n            \"payment_type_external_id\": \"Visa external id\",\n            \"payment_transaction_id\": \"fc7b439c-5e4a-11ee-a634-001a6436ce70\",\n            \"refund_cents\": 2474,\n            \"payment_id\": \"fc7b42e8-5e4a-11ee-a634-001a6436ce70\",\n            \"ccaccountsid\": 827,\n            \"created\": \"2023-09-28T18:04:24.316019-04:00\",\n            \"auth_cents\": 2480,\n            \"ccmo\": \"03\",\n            \"key_id\": \"21613E13984C98BA\",\n            \"lastfour\": \"1996\"\n        }\n    ]\n}"}],"_postman_id":"0ecc0886-6c75-4247-a348-8326399c7786"},{"name":"Refund Order","id":"7fc0b6a7-8ba1-4ec9-84a6-a7a8dd8d3425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refund_reason\": \"refund reason\",\n    \"refunds\": [\n        {\n            \"cents\": 8000,\n            \"payment_id\": \"{{payment_id}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/orders/{{order_id}}/refund","urlObject":{"path":["management","orders","{{order_id}}","refund"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6296b1d3-1130-4e55-8533-c757676eb23e","name":"Success Refund","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refund_reason\": \"refund reason\",\n    \"refunds\": [\n        {\n            \"cents\": 500,\n            \"payment_id\": \"{{payment_id}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/orders/{{order_id}}/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Oct 2023 10:16:13 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"17"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZR6M6szys5JFFwFFfbaWwAAAAxM"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"055c65aa-01d9-43e9-8101-6d0f9d65bbca","name":"Exceeding amount","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refund_reason\": \"refund reason\",\n    \"refunds\": [\n        {\n            \"cents\": 8000,\n            \"payment_id\": \"{{payment_id}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/orders/{{order_id}}/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Oct 2023 11:13:44 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"53"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZR6aaLfDwotd0DzvpdPFggAAA8Y"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Refund amount exceeds refundable amount.\"\n}"},{"id":"8937eaad-cdba-4534-832c-4650302cb95a","name":"Payment Already Refunded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refund_reason\": \"refund reason\",\n    \"refunds\": [\n        {\n            \"cents\": 8000,\n            \"payment_id\": \"{{payment_id}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/orders/{{order_id}}/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Oct 2023 12:37:29 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 wildcard.dev-tc.novadine.com"},{"key":"X-Trace-ID","value":"ZR6uCMzys5JFFwFFfbadcAAAAxE"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Payment has already been refunded.\"\n}"}],"_postman_id":"7fc0b6a7-8ba1-4ec9-84a6-a7a8dd8d3425"}],"id":"25a79fe8-f420-4189-badb-11528e3f84d1","_postman_id":"25a79fe8-f420-4189-badb-11528e3f84d1","description":""}],"id":"e414e49b-a9f2-48b3-a5fb-5837efb94f0b","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>The Management API is used for integrating with our Lunchbox Management capabilities. Through our Management API, you can perform various CRUD functions on things like menus, orders, locations and more, as well as take actions necessary to update a restaurant chain.</p>\n<h1 id=\"connecting\">Connecting</h1>\n<p>The following base URL will be used to make requests:</p>\n<p><code>https://{insert_tenant_name_here}.novadine.com</code></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Our Management API using the same Authentication endpoints as our Core API.</p>\n<p><em>However, in order to perform management functions, you need be using credentials that have been enabled for Corporate Management functions. In order to be granted this, please reach out to our partnerships team.</em></p>\n<h2 id=\"cookie-authentication-details\">Cookie Authentication Details</h2>\n<p>We have two ways of authenticating with the API. One way is simply using basic authentication, but this is not the preferred method to use when making requests from something like a browser since the username and password are required. We also offer cookie authentication. The login endpoint will return a Set-Cookie header with the cookie values you should use on all future requests. Simply honoring the header is the preferred way to handle logins; you can just ignore the returned auth_cookie.</p>\n<p>NOTE: If Lunchbox has set a cookie in the header, that cookie is required to be sent back with all subsequent requests.</p>\n<h3 id=\"example-login-using-the-login-endpoint\">Example (login using the login endpoint):</h3>\n<p>Plain Text</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST /api/v2/customers/login  |  \"customer_id\": 1\n  Content-Type: application/json                                   |}\n  { \"username\": \"test@novadine.com\", \"password\": \"test\" }\n\n</code></pre><h3 id=\"response\">Response:</h3>\n<p>View Morejson</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"auth_cookie\": \"dGVzdEBub3ZhZGluZS5jb206dGVzdA==\",\n    \"customer_id\": 1\n}\n// status code: 200\n// Date: Thu, 20 Dec 2018 17:24:31 GMT\n// Server: Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1\n// Access-Control-Allow-Methods: OPTIONS, GET, HEAD, POST, PUT, DELETE\n// Content-Length: 75\n// Content-Type: application/json\n// Set-Cookie: __ac=\"dGVzdEBub3ZhZGluZS5jb206dGVzdA==\"; Path=/, NovaDine.session=\"1ef0e474db86d894c0a6ac550b9aa6281afa2940de31981713b54d1dae088735a671165a\"; Path=/\n// Via: 1.1 wildcard.dev-kh.novadine.com\n// X-Trace-ID: XBvQT89RX9V0lh-75-emZwAAAAw\n// Keep-Alive: timeout=5, max=100\n// Connection: Keep-Alive\n\n</code></pre>\n<p>When the cookie is saved, future requests will allow authentication and you will be able to successfully make requests.</p>\n<h3 id=\"cookieauth\">cookieAuth</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Scheme Type</th>\n<th>API Key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cookie Parameter Name</td>\n<td>__ac</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"basicauth\">basicAuth</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Security Scheme Type</th>\n<th>HTTP</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HTTP Authorization Scheme</td>\n<td>basic</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"standard-errors\">Standard Errors</h1>\n<p>The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will have a status code of 500 and will return JSON in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"a message about the error\"\n}\n\n</code></pre>\n","_postman_id":"e414e49b-a9f2-48b3-a5fb-5837efb94f0b"},{"name":"Loyalty API","item":[{"name":"User Wallet","item":[{"name":"Create a User Wallet","id":"4962f10f-3948-4591-8342-3861ccd3cd73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"birthdate\": \"1990-05-21\",\n    \"email\": \"john.smith@example.com\",\n    \"phone\": \"2125551234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets","description":"<p>Before a user can earn points, a User Wallet needs to be created. This User Wallet is not considered an authenticated account. It is essentially a ledger of:</p>\n<ul>\n<li>Who the loyalty user is</li>\n<li>Information that is relevant for looking up the user</li>\n<li>Information that is relevant for accruing points, credit, and rewards for user</li>\n<li>A transaction ledger of what points, credit, and rewards the user has accrued and redeemed</li>\n</ul>\n<p>For that, there is no password associated with a User Wallet, as it is purely a ledger. Authentication of the user can be carried out via our Core API or outside of Lunchbox (if you are faciliating your own ordering experience).</p>\n<p>You can also choose to access and interact with User Wallets without validating the user, which is much like what Kiosks and POS do (where they just ask the guest for a phone number, or scan a QR code).</p>\n<p>To create a User Wallet, provide the following:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName  <br /><em>string</em></td>\n<td>(optional) First Name of the user</td>\n</tr>\n<tr>\n<td>lastName  <br /><em>string</em></td>\n<td>(optional) Last Name of the user</td>\n</tr>\n<tr>\n<td>email  <br /><em>string</em></td>\n<td>(required, if phone not provided) Email of the user. Must be unique (not associated with an existing user wallet)</td>\n</tr>\n<tr>\n<td>phone  <br /><em>string</em></td>\n<td>(required, if email not provided) Lunchbox currently supports only US numbers, hence why 1 is omitted. Must be unique (not associated with an existing user wallet)  <br />  <br />If symbols are added, they will be stripped away.  <br />  <br />E.g., (212) 555-1020 will become 2125551020</td>\n</tr>\n<tr>\n<td>birthdate  <br /><em>date</em></td>\n<td>(optional) Format is <code>yyyy-mm-dd</code>. Necessary if you are utilizing Birthdate rewards.</td>\n</tr>\n</tbody>\n</table>\n</div><p>After performing a request successfully, the User Wallet is created. Your request will fail if the email address or phone number provided is already in use by another User Wallet. See the above User Wallet folder description for the User Wallet property descriptions.</p>\n","urlObject":{"path":["loyalty-engine","user-wallets"],"host":["{{LOYALTY_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c13322b1-f734-4efb-bd87-b3a229953c68","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"birthdate\": \"1990-05-21\",\n    \"email\": \"john.smith@example.com\",\n    \"phone\": \"2125551234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jul 2023 23:17:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"370"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"WuZiGm3EjYF2eVJrKd2fH"},{"key":"ETag","value":"W/\"172-fa2HKa5jP8G+J29n4VbA6O0Lz7Q\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Set-Cookie","value":"__cf_bm=jr5fWOFIYbUI6NhPEUmXQXQuvAsNMIE4SBOcWH1CEB4-1688771843-0-AVaZzH8Yn+sB6DoL5S+N9ksquLWA7gGfzBpVd+Jl1Jsmr6b9IZJiz90+TqrRXUDYmbXVjvaEaPkG/ppvEkKdT+4=; path=/; expires=Fri, 07-Jul-23 23:47:23 GMT; domain=.lunchbox.dev; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e33ccf45a2f8cee-EWR"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"pointsBalance\": 0,\n    \"creditsBalance\": 0,\n    \"lifetimePointsBalance\": 0,\n    \"isActive\": true,\n    \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n    \"email\": \"john.smith@example.com\",\n    \"firstName\": \"john\",\n    \"lastName\": \"smith\",\n    \"phone\": \"2125551234\",\n    \"birthdate\": \"1990-05-21T00:00:00.000Z\",\n    \"createdAt\": \"2023-07-07T23:17:23.344Z\",\n    \"lastBirthdayYear\": null\n}"}],"_postman_id":"4962f10f-3948-4591-8342-3861ccd3cd73"},{"name":"Update a User Wallet","id":"8e33facf-6cc6-41fc-8bec-b00e5756d956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Sonic\",\n    \"lastName\": \"Mouse\",\n    \"birthdate\": \"1990-01-20\",\n    \"phone\": \"2125551020\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}","description":"<p>Use this endpoint to update the profile information for a User Wallet.</p>\n<p><em>If you are looking to accrue points, redeem credit or rewards, or refund a transaction for a User Wallet, please see the Confirm and Refund endpoints below.</em></p>\n<p>Only the following values can be patched:</p>\n<ul>\n<li><p>firstName</p>\n</li>\n<li><p>lastName</p>\n</li>\n<li><p>birthdate</p>\n</li>\n<li><p>phone</p>\n</li>\n</ul>\n<p>Email address cannot be updated but the response will include the email address for the User Wallet ID you are updating.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName  <br /><em>string</em></td>\n<td>(optional) First Name of the user</td>\n</tr>\n<tr>\n<td>lastName  <br /><em>string</em></td>\n<td>(optional) Last Name of the user</td>\n</tr>\n<tr>\n<td>birthdate  <br /><em>date</em></td>\n<td>(optional) Format is <code>yyyy-mm-dd.</code> Used to add or update the birthdate for a user wallet</td>\n</tr>\n<tr>\n<td>phone  <br /><em>string</em></td>\n<td>(optional) Lunchbox currently supports only US numbers, hence why 1 is omitted.  <br />  <br />If symbols are added, they will be stripped away. E.g., (212) 555-1020 will become 2125551020</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}"],"host":["{{LOYALTY_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"e6299d12-575b-4e43-b9b5-0205133767f2","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Sonic\",\n    \"lastName\": \"Mouse\",\n    \"birthdate\": \"1990-01-20\",\n    \"phone\": \"2125551020\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jul 2023 23:20:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"DXDSWTtaH5VKF21YkX1Hn"},{"key":"ETag","value":"W/\"19a-vlcsIF+jKgfclUzgrqk1/0TrW6k\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e33d0d21e038cee-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"pointsBalance\": 0,\n    \"creditsBalance\": 0,\n    \"lifetimePointsBalance\": 0,\n    \"isActive\": true,\n    \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n    \"email\": \"john.smith@example.com\",\n    \"firstName\": \"sonic\",\n    \"lastName\": \"mouse\",\n    \"phone\": \"2125551020\",\n    \"birthdate\": \"1990-01-20T00:00:00.000Z\",\n    \"createdAt\": \"2023-07-07T23:17:23.344Z\",\n    \"updatedAt\": \"2023-07-07T23:20:01.868Z\",\n    \"lastBirthdayYear\": null\n}"}],"_postman_id":"8e33facf-6cc6-41fc-8bec-b00e5756d956"},{"name":"Search User Wallets","id":"6ed98383-a8b8-4555-ad71-13bcc3d9be7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets","description":"<p>Use this endpoint search for user wallets. This is particularly useful for interfaces that allow a user to enter their phone number or email and look up their User Wallet. In the event you are creating an interface for a Guest Relations or Support team to manage loyalty accounts, this endpoint can be used to search for a particular loyalty member before moving forward with retrieving and/or adjusting their wallet balance.</p>\n<p>If you would like to pull up a User Wallet with a QR code, we suggest putting the User Wallet ID into the QR code, and then looking it up directly using the <code>GET /user-wallets/:id</code> endpoint below.</p>\n","urlObject":{"path":["loyalty-engine","user-wallets"],"host":["{{LOYALTY_BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>Page to get set of records. (Default value : 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Number of records to return (Default value : 100)</p>\n","type":"text/plain"},"key":"take","value":"100"},{"disabled":true,"description":{"content":"<p>Used to filter for specifically active or inactive users</p>\n","type":"text/plain"},"key":"isActive","value":"true"},{"disabled":true,"description":{"content":"<p>Email associated with the user wallet you are searching for</p>\n","type":"text/plain"},"key":"email","value":"john.smith@example.com"},{"disabled":true,"description":{"content":"<p>Phone associated with the user wallet you are searching for</p>\n","type":"text/plain"},"key":"phone","value":"2125551234"},{"disabled":true,"description":{"content":"<p>First Name associated with the user wallet you are searching for</p>\n","type":"text/plain"},"key":"firstName","value":"John"},{"disabled":true,"description":{"content":"<p>Last Name associated with the user wallet you are searching for</p>\n","type":"text/plain"},"key":"lastName","value":"Smith"}],"variable":[]}},"response":[{"id":"90328dbc-831b-4233-9d0d-5f165cc86d24","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":{"raw":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets","host":["{{LOYALTY_BASE_URL}}"],"path":["loyalty-engine","user-wallets"],"query":[{"key":"page","value":"1","description":"Page to get set of records. (Default value : 1)","type":"text","disabled":true},{"key":"take","value":"100","description":"Number of records to return (Default value : 100)","type":"text","disabled":true},{"key":"isActive","value":"true","description":"Used to filter for specifically active or inactive users","type":"text","disabled":true},{"key":"email","value":"john.smith@example.com","description":"Email associated with the user wallet you are searching for","type":"text","disabled":true},{"key":"phone","value":"2125551234","description":"Phone associated with the user wallet you are searching for","type":"text","disabled":true},{"key":"firstName","value":"John","description":"First Name associated with the user wallet you are searching for","type":"text","disabled":true},{"key":"lastName","value":"Smith","description":"Last Name associated with the user wallet you are searching for","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jul 2023 23:24:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"qlNtA5zjFwbcd42wFjG1s"},{"key":"ETag","value":"W/\"9710-luXKMgbTNtqvsDs2lVhrXEI3YFI\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e33d7270c9b8cee-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n            \"pointsBalance\": 0,\n            \"creditsBalance\": 0,\n            \"lifetimePointsBalance\": 0,\n            \"isActive\": true,\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"email\": \"john.smith@example.com\",\n            \"firstName\": \"sonic\",\n            \"lastName\": \"mouse\",\n            \"phone\": \"2125551020\",\n            \"birthdate\": \"1990-01-20T00:00:00.000Z\",\n            \"createdAt\": \"2023-07-07T23:17:23.344Z\",\n            \"updatedAt\": \"2023-07-07T23:20:01.868Z\",\n            \"lastBirthdayYear\": null\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1\n}"}],"_postman_id":"6ed98383-a8b8-4555-ad71-13bcc3d9be7c"},{"name":"Get a User Wallet","id":"153f3509-3ff5-463b-aff5-c0e8541c92e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}","description":"<p>This endpoint can be used to obtain user details (name, email, phone number, birthdate, created date), points balance, credit balance, lifetime points balance, reward balance, loyalty tier progress, loyalty tier status, and credit spent for a given user wallet ID. Reward balance, loyalty tier progress, and credit spent are not included by default but can be added to the response by including the parameters below in the query. If a user wallet has rewards and/or credit from multiple promotion partners, you can filter the response to include only one promotion partner via the <code>promtionPartner</code> query parameter.</p>\n","urlObject":{"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}"],"host":["{{LOYALTY_BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>When true, the rewards attached to the wallet are added to the response</p>\n","type":"text/plain"},"key":"rewards","value":"true"},{"disabled":true,"description":{"content":"<p>When true, loyalty tier progress of the user will be attached to the response.</p>\n","type":"text/plain"},"key":"tierProgress","value":"true"},{"disabled":true,"description":{"content":"<p>When true, total credit spent by the user will be attached to the response.</p>\n","type":"text/plain"},"key":"creditSpent","value":"true"},{"disabled":true,"description":{"content":"<p>For the rewards / credit in the user wallet, filter out the rewards for a specific promotionPartner</p>\n","type":"text/plain"},"key":"promotionPartner","value":"lunchbox"}],"variable":[]}},"response":[{"id":"114dbaaf-0f98-449e-b701-14e07db0359f","name":"Success with Wallet Rewards","originalRequest":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":{"raw":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}?rewards=true&tierProgress=true&creditSpent=true","host":["{{LOYALTY_BASE_URL}}"],"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}"],"query":[{"key":"rewards","value":"true","description":"When true, the rewards attached to the wallet are added to the response"},{"key":"tierProgress","value":"true","description":"When true, loyalty tier progress of the user will be attached to the response."},{"key":"creditSpent","value":"true","description":"When true, total credit spent by the user will be attached to the response."},{"key":"promotionPartner","value":"lunchbox","description":"For the rewards / credit in the user wallet, filter out the rewards for a specific promotionPartner","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:19:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"EKBkgzPiHfpl6tTnXymub"},{"key":"ETag","value":"W/\"362-6tQyVsugiz+UtYoDESwSJxySaQo\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbd9af339464339-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n    \"pointsBalance\": 2,\n    \"creditsBalance\": 0,\n    \"lifetimePointsBalance\": 2,\n    \"isActive\": true,\n    \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n    \"email\": \"john.smith@example.com\",\n    \"firstName\": \"john\",\n    \"lastName\": \"smith\",\n    \"phone\": \"2125551234\",\n    \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n    \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n    \"updatedAt\": \"2023-08-23T18:42:58.885Z\",\n    \"lastBirthdayYear\": null,\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"tierProgress\": 0.997,\n    \"tierStatus\": \"1\",\n    \"creditSpent\": 0\n}"},{"id":"b4ad5fd8-1788-416e-9839-47af0fcc681a","name":"Success without Wallet Rewards","originalRequest":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jul 2023 23:26:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"8mbDK_FDWT2vT0HphDuv9"},{"key":"ETag","value":"W/\"19a-vlcsIF+jKgfclUzgrqk1/0TrW6k\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e33da367e698cee-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"pointsBalance\": 0,\n    \"creditsBalance\": 0,\n    \"lifetimePointsBalance\": 0,\n    \"isActive\": true,\n    \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n    \"email\": \"john.smith@example.com\",\n    \"firstName\": \"sonic\",\n    \"lastName\": \"mouse\",\n    \"phone\": \"2125551020\",\n    \"birthdate\": \"1990-01-20T00:00:00.000Z\",\n    \"createdAt\": \"2023-07-07T23:17:23.344Z\",\n    \"updatedAt\": \"2023-07-07T23:20:01.868Z\",\n    \"lastBirthdayYear\": null\n}"},{"id":"5679ced3-c544-4fee-9d23-f6de1e92caf1","name":"Success w/ All Query","originalRequest":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":{"raw":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}?rewards=true&tierProgress=true&creditSpent=true&promotionPartner=lunchbox","host":["{{LOYALTY_BASE_URL}}"],"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}"],"query":[{"key":"rewards","value":"true","description":"When true, the rewards attached to the wallet are added to the response"},{"key":"tierProgress","value":"true","description":"When true, loyalty tier progress of the user will be attached to the response."},{"key":"creditSpent","value":"true","description":"When true, total credit spent by the user will be attached to the response."},{"key":"promotionPartner","value":"lunchbox","description":"For the rewards / credit in the user wallet, filter out the rewards for a specific promotionPartner"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jul 2023 16:26:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"gU894pIbjo8TIuu5x3VBC"},{"key":"ETag","value":"W/\"1ce-RH0ButJllh840EP229kXZz4dpVU\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e39b019e85d42fd-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"pointsBalance\": 0,\n    \"creditsBalance\": 0,\n    \"lifetimePointsBalance\": 0,\n    \"isActive\": true,\n    \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n    \"email\": \"john.smith@example.com\",\n    \"firstName\": \"sonic\",\n    \"lastName\": \"mouse\",\n    \"phone\": \"2125551020\",\n    \"birthdate\": \"1990-01-20T00:00:00.000Z\",\n    \"createdAt\": \"2023-07-07T23:17:23.344Z\",\n    \"updatedAt\": \"2023-07-07T23:20:01.868Z\",\n    \"lastBirthdayYear\": null,\n    \"walletRewards\": [],\n    \"tierProgress\": 1200,\n    \"creditSpent\": 1000\n}"},{"id":"c16b189c-4d27-40dc-bd28-0d40e92ecbaf","name":"Failure: 404","originalRequest":{"method":"GET","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Jul 2023 23:27:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"XTh0lxu8MiH_N_mwBKJm_"},{"key":"ETag","value":"W/\"e9-NU00OAEKIcWOMW/pbaok6fDJLnY\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e33dc1c9e7e8cee-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"UserWallet not found! {\\\"id\\\":\\\"130945e3-2b24-4530-a696-3b2c69771234\\\",\\\"merchantId\\\":\\\"565efe09-b21a-4c13-bf98-86cabdf49a52\\\"}\",\n    \"error\": \"Not Found\",\n    \"correlationId\": \"3d27230a-ff68-47f0-8d82-01ac6773ba46\"\n}"}],"_postman_id":"153f3509-3ff5-463b-aff5-c0e8541c92e9"},{"name":"Confirm a Wallet Transaction","id":"c9546ed0-a2d0-4223-9e16-b072ed369fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"creditsSpent\": 150,\n    \"externalTransactionId\": \"c4377c1b-6aad-4c8c-b486-13841d516f55\",\n    \"pointsEarned\": 1000,\n    \"channel\": \"WEB\",\n    \"rewardsUsed\": [\n        \"3293f1bc-1983-11ed-861d-0242ac120002\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/confirm","description":"<p>This endpoint is used to accrue points and redeem credit or rewards for a user's order. It accepts the following values in the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>externalTransactionId  <br /><em>string</em></td>\n<td>(required) This should be a UUID that you would generate yourself and send to Lunchbox, so that way we know how to correlate this loyalty transaction and reference it within your system. <strong>This needs to be a unique value.</strong></td>\n</tr>\n<tr>\n<td>creditsSpent  <br /><em>number</em></td>\n<td>(required) This should correlate with how many credit cents were redeemed for the order (if the user wallet has credits available). So, if the guest spent $5.00 loyalty credit, then <code>creditsSpent</code> should be 500.</td>\n</tr>\n<tr>\n<td>pointsEarned  <br /><em>number</em></td>\n<td>(required) This should correlate with the # of cents that the guest spent on their order. So if the order is $12.99, then <code>pointsEarned</code> should be 1299.</td>\n</tr>\n<tr>\n<td>channel  <br /><em>enum</em></td>\n<td>(required) A string used to identifier where the order occured. You can use values like <code>WEB</code>, <code>APP</code>, <code>Store</code>.</td>\n</tr>\n<tr>\n<td>rewardsUsed  <br /><em>string</em></td>\n<td>(optional) An array of strings correlating to the identifiers of the wallet rewards (<code>walletRewardId</code>) you wish to mark as redeemed. The reward needs to be in the user's wallet in order for it to be marked as redeemed, so be sure to check that first.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}","confirm"],"host":["{{LOYALTY_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"33af350b-7da8-4676-8f62-314c74a8266f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"creditsSpent\": 150,\n    \"externalTransactionId\": \"c4377c1b-6aad-4c8c-b486-13841d516f55\",\n    \"pointsEarned\": 1000,\n    \"channel\": \"WEB\",\n    \"rewardsUsed\": [\n        \"3293f1bc-1983-11ed-861d-0242ac120002\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/confirm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jul 2023 00:03:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"_tRfiBF2ZXs1gOCzvQzXL"},{"key":"ETag","value":"W/\"6b-swErAOekb6dSauy4703HvARHBuQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Set-Cookie","value":"__cf_bm=waN2NGwcMTTaBmTg1Jvpcan7FMDqB6IA159qujHiug8-1688774638-0-AeOH9GUyTROzQdQrYXmbEPHUB/tq/PUZPetwqt1gD7WgmIMb5zMPKDQa5KChWHKWZIlrWwjfky8X5DnNvJxBZxc=; path=/; expires=Sat, 08-Jul-23 00:33:58 GMT; domain=.lunchbox.dev; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e34112f2f4941c0-EWR"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"pointsBalance\": 1000,\n    \"creditsBalance\": 50,\n    \"lifetimePointsBalance\": 14100,\n    \"isActive\": true,\n    \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n    \"email\": \"john.smith@example.com\",\n    \"firstName\": \"sonic\",\n    \"lastName\": \"mouse\",\n    \"phone\": \"2125551020\",\n    \"birthdate\": \"1990-01-20T00:00:00.000Z\",\n    \"createdAt\": \"2023-07-07T23:17:23.344Z\",\n    \"updatedAt\": \"2023-07-07T23:20:01.868Z\",\n    \"lastBirthdayYear\": null\n}"}],"_postman_id":"c9546ed0-a2d0-4223-9e16-b072ed369fcc"},{"name":"Validate a Wallet Reward","id":"2db1cea6-d308-48a7-8615-8065f1407ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"credits\": 100,\n    \"rewardUsed\": [\n        \"3293f1bc-1983-11ed-861d-0242ac120002\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/validate","description":"<p>You can use this endpoint to validate that a loyalty credit or reward can be redeemed before processing the redemption. The response to this call provides other useful information, such as the promo code associated with the credit or reward (if necessary). You can send the following with the request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>credits  <br /><em>number</em></td>\n<td>(required) How much loyalty credits you'd like to redeem for this User Wallet. Should be sent as cents.</td>\n</tr>\n<tr>\n<td>rewardsUsed  <br /><em>string</em></td>\n<td>(optional) Array of rewards IDs that you'd like to redeem.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Then the following properties will be returned in the response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>isValid</td>\n<td>Tells you <code>true</code> or <code>false</code> on whether the reward or credit you are trying to redeem is actually available for redemption.</td>\n</tr>\n<tr>\n<td>credit</td>\n<td>Will tell you details about the credits you are trying to redeem, and any applicable promo codes associated (discountIdentifier), along with the promotionProvider which tells you which ordering/3rd party service is supplying the discountIdentifier.  <br />  <br />If redeemable with Lunchbox Ordering, will say <code>novadine</code>.</td>\n</tr>\n<tr>\n<td>rewards</td>\n<td>Will tell you details about the rewards you are trying to redeem, and any applicable promo codes associated (discountIdentifier), along with the promotionProvider which tells you which ordering/3rd party service is supplying the discountIdentifier.  <br />  <br />If redeemable with Lunchbox Ordering, will say <code>novadine</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}","validate"],"host":["{{LOYALTY_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"30914a56-81f4-4e29-aa7f-fa29d314617a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"credits\": 100,\n    \"rewardUsed\": [\n        \"3293f1bc-1983-11ed-861d-0242ac120002\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jul 2023 00:03:58 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"_tRfiBF2ZXs1gOCzvQzXL"},{"key":"ETag","value":"W/\"6b-swErAOekb6dSauy4703HvARHBuQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Set-Cookie","value":"__cf_bm=waN2NGwcMTTaBmTg1Jvpcan7FMDqB6IA159qujHiug8-1688774638-0-AeOH9GUyTROzQdQrYXmbEPHUB/tq/PUZPetwqt1gD7WgmIMb5zMPKDQa5KChWHKWZIlrWwjfky8X5DnNvJxBZxc=; path=/; expires=Sat, 08-Jul-23 00:33:58 GMT; domain=.lunchbox.dev; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e34112f2f4941c0-EWR"}],"cookie":[],"responseTime":null,"body":"{\n    \"isValid\": true,\n    \"credit\": {\n        \"amount\": 100,\n        \"discountIdentifier\": \"X12dr2-124sr2\",\n        \"promotionPartner\": \"novadine\"\n    },\n    \"rewards\": []\n}"}],"_postman_id":"2db1cea6-d308-48a7-8615-8065f1407ac8"},{"name":"Refund a Wallet Transaction","id":"7d14593c-03b9-4ef4-af0c-42e8c4b4d66c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalTransactionId\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"refundPointsAmount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/refund","description":"<p>Use this endpoint to process a refund of points accrued from a previous transaction. For example, if an order is partially refunded due to a menu item being out of stock, you may want to refund the loyalty points earned for that menu item. To refund points, you must specify:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>refundPointsAmount  <br /><em>number</em></td>\n<td>(required) How many of the previous <code>pointsEarned</code> you are looking to refund. You can do a partial refund of points or a full refund. You cannot refund more points than were accrued with the transaction you are refunding. If you need to grant additional points, use <code>PATCH /user-wallets/{userWalletId}/adjust</code></td>\n</tr>\n<tr>\n<td>externalTransactionId  <br /><em>string</em></td>\n<td>(required) The <code>externalTransactionId</code> that was provided on the initial <code>confirm</code> of the transaction. See <code>POST /user-wallets/:id/confirm</code> for more details.</td>\n</tr>\n</tbody>\n</table>\n</div><p>This will return the following values if successful:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>refundedPointsAmount</td>\n<td>Specifies how many points were refunded from this request. You can't refund more points that were earned initially on this transaction.</td>\n</tr>\n<tr>\n<td>remainingPointsAmount</td>\n<td>In the event of a partial refund, this will reflect the points accrued for the transaction after the refund. If this is a full refund, the value will be 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}","refund"],"host":["{{LOYALTY_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"fb55c630-ea05-48ac-ac56-d9ad22101757","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Api-Key","value":"•••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalTransactionId\": \"130945e3-2b24-4530-a696-3b2c6977ba1c\",\n    \"refundPointsAmount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.lunchbox.dev/loyalty-engine/user-wallets/130945e3-2b24-4530-a696-3b2c69771234/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jul 2023 00:07:40 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"140"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"dX1pYL8_X2Z3pXcoeZjec"},{"key":"ETag","value":"W/\"8c-TA6PYIjOdhWBTox8ziIgLQZcP/Y\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7e34169b88da41c0-EWR"}],"cookie":[],"responseTime":null,"body":"{\n    \"refundedPointsAmount\": 100,\n    \"remainingPointsAmount\": 100\n}"}],"_postman_id":"7d14593c-03b9-4ef4-af0c-42e8c4b4d66c"},{"name":"Adjust","id":"78d2f4ec-7e2c-4476-82da-34dbeef9694e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"kmurray@lunchbox.io\",\n    \"adjustmentType\": \"AWARDED\",\n    \"adjustmentTarget\": \"REWARD\",\n    \"actionRewardId\": \"{{WALLET_REWARD_ACTION_ID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust","description":"<p>Use this endpoint to adjust user wallets to add or remove points, credit, lifetime points, or rewards. The parameters required for each adjustment type may vary. See <strong>Tutorial: Adjust points, credit, lifetime points, or rewards for an existing loyalty member</strong> for further explanation of required parameters for each adjustment type and how to use this endpoint within a workflow.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property  <br /></strong><em><strong>Data Type</strong></em></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId  <br /><em>string</em></td>\n<td>(optional)The email of the individual making an adjustment. If this is just being done through an API automation, we'd recommend using an email that is unique to that automation so you can easily identify where the reward came from.</td>\n</tr>\n<tr>\n<td>adjustmentType  <br /><em>string</em></td>\n<td>\"AWARDED\" or \"REMOVED\" (depending on whether you are adding or removing a wallet reward / balance from the user.</td>\n</tr>\n<tr>\n<td>adjustmentTarget  <br /><em>string</em></td>\n<td>\"REWARD\" when looking to add a reward to the user's wallet.  <br />\"POINTS\" when looking to adjust the user's pointsBalance.  <br />\"CREDIT\" when looking to adjust the user's creditBalance  <br />\"LIFETIME_POINTS\" when looking to adjust the user's lifetimePointsBalance</td>\n</tr>\n<tr>\n<td>amount  <br /><em>number</em></td>\n<td>(optional) The amount of points / credit looking to adjust for the user. Only required if adjustmentTarget is POINTS, CREDIT, or LIFETIME_POINTS.  <br />  <br />When sending CREDIT, the amount should be in cents.</td>\n</tr>\n<tr>\n<td>walletRewardId  <br /><em>string</em></td>\n<td>(optional) The ID of the reward in the user's wallet. Only used when removing a reward from the user's wallet.</td>\n</tr>\n<tr>\n<td>actionRewardId  <br /><em>string</em></td>\n<td>(optional) The ID of the wallet action reward looking to be added to the user's loyalty wallet. Only required if adjustmentTarget is REWARD.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["loyalty-engine","user-wallets","{{USER_WALLET_ID}}","adjust"],"host":["{{LOYALTY_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"58dfd2a7-9f26-4eaa-bcc1-998024b2607c","name":"Success: Award Reward","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"AWARDED\",\n    \"adjustmentTarget\": \"REWARD\",\n    \"actionRewardId\": \"{{WALLET_REWARD_ACTION_ID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:33:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"OnaYaDGsl9bs6l9X8YWh8"},{"key":"ETag","value":"W/\"94a-nolJbLDNKoQ/WdFG2tgTPtfIc+I\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdaf31be75178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 2,\n        \"creditsBalance\": 0,\n        \"lifetimePointsBalance\": 2,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-23T18:42:58.885Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"d1770134-b3dd-4d2a-84fd-a8da920b66de\"\n}"},{"id":"28b15146-f746-4804-9598-b2e95795bdc5","name":"Success: Award Points","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"AWARDED\",\n    \"adjustmentTarget\": \"POINTS\",\n    \"amount\": 150\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:35:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"c4LOIriCkyTPPBAsQ6QHv"},{"key":"ETag","value":"W/\"94f-ym4eJz2FKskylKfdEITV9pe0O9M\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdb1bfad6c178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 2,\n        \"creditsBalance\": 4000,\n        \"lifetimePointsBalance\": 202,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:35:18.940Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"eb856911-aed2-49d9-b3c1-88ae7b6c0a43\"\n}"},{"id":"f89398bf-ede9-49f9-a5a4-bbead6b9e26a","name":"Success: Award Lifetime Points","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"AWARDED\",\n    \"adjustmentTarget\": \"LIFETIME_POINTS\",\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:36:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"cKCso03WB04J4-goSPZCe"},{"key":"ETag","value":"W/\"950-oBa6HA4djRFrMOlGJMivpKQTyZ8\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdb2d24d46178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 2,\n        \"creditsBalance\": 4000,\n        \"lifetimePointsBalance\": 1202,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:36:02.377Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"5237d0a3-434d-47a4-adcc-4923c34438f4\"\n}"},{"id":"396d3b4d-bb39-495d-a4be-1c3188223294","name":"Success: Award Credit","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"AWARDED\",\n    \"adjustmentTarget\": \"CREDIT\",\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:37:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"lMX394EUzWNd_SiXuwad2"},{"key":"ETag","value":"W/\"950-QFVKuEaDvYR45tS/tdB6e5jD6tw\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdb4a5c931178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 2,\n        \"creditsBalance\": 5000,\n        \"lifetimePointsBalance\": 1202,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:37:17.156Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"b934e4a9-afa5-459d-837f-1ff3030d6d3c\"\n}"},{"id":"688692c7-f82f-4be4-a60e-94633153c872","name":"Success: Remove Credit","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"REMOVED\",\n    \"adjustmentTarget\": \"CREDIT\",\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:37:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"-gyED65XO26aa1Xt4Qq6C"},{"key":"ETag","value":"W/\"950-bXIIJX/KasPZ4X3+aoDXki80eqI\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdb59fbf2a178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 2,\n        \"creditsBalance\": 4000,\n        \"lifetimePointsBalance\": 1202,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:37:57.125Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"9d785496-e672-42e5-b67e-46d818ce9915\"\n}"},{"id":"11104428-9426-43d8-9079-3b9d498956a1","name":"Success: Remove Points","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"REMOVED\",\n    \"adjustmentTarget\": \"POINTS\",\n    \"amount\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:38:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"NIDSCJMbd1Do62EKBTN5S"},{"key":"ETag","value":"W/\"950-9j/yaQZS07xyslg5IHoZp4hEXU8\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdb6c46fca178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 1,\n        \"creditsBalance\": 4000,\n        \"lifetimePointsBalance\": 1201,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:38:43.953Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"4a34cbb3-b683-409f-9c54-c9a6ae0c66cd\"\n}"},{"id":"18b66d1a-63db-4539-a624-03f3f7cdc0d6","name":"Success: Remove Lifetime Points","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"REMOVED\",\n    \"adjustmentTarget\": \"LIFETIME_POINTS\",\n    \"amount\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:39:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"KQHYz1TBoByWk0yTlcnFN"},{"key":"ETag","value":"W/\"950-W+2TDTLTou89QvuGzE6Z8Ac3LDM\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdb7b39bb8178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 1,\n        \"creditsBalance\": 4000,\n        \"lifetimePointsBalance\": 1200,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:39:22.239Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"fe0442be-023e-4523-99dd-700fa2442bee\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:15:42.714Z\",\n            \"updatedAt\": \"2023-08-24T18:15:42.714Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"2decb609-1175-46bf-b281-344a9d89adcf\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:32:48.437Z\",\n            \"updatedAt\": \"2023-08-24T18:32:48.438Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"2940e566-a400-42f7-86f5-e7390ecae516\"\n}"},{"id":"81ce9810-409d-4f39-a7ec-dc9c90f36b9c","name":"Success: Remove Reward","originalRequest":{"method":"PATCH","header":[{"key":"Api-Key","value":"{{LOYALTY_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employeeId\": \"employee@example.com\",\n    \"adjustmentType\": \"REMOVED\",\n    \"adjustmentTarget\": \"REWARD\",\n    \"walletRewardId\": \"{{WALLET_REWARD_ID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{LOYALTY_BASE_URL}}/loyalty-engine/user-wallets/{{USER_WALLET_ID}}/adjust"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 18:42:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Correlation-ID","value":"DMTPPa4SAAYHmvQah02VZ"},{"key":"ETag","value":"W/\"664-1dJ5u2uY0C2G52+vkK3PtQXqfD0\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7fbdbc4a5d7f178c-EWR"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"userWallet\": {\n        \"id\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n        \"pointsBalance\": 1,\n        \"creditsBalance\": 4000,\n        \"lifetimePointsBalance\": 1200,\n        \"isActive\": true,\n        \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n        \"email\": \"john.smith@example.com\",\n        \"firstName\": \"john\",\n        \"lastName\": \"smith\",\n        \"phone\": \"2125551234\",\n        \"birthdate\": \"1990-03-11T00:00:00.000Z\",\n        \"createdAt\": \"2023-08-22T19:50:28.609Z\",\n        \"updatedAt\": \"2023-08-24T18:39:22.239Z\",\n        \"lastBirthdayYear\": null\n    },\n    \"walletRewards\": [\n        {\n            \"id\": \"9ac325e3-c8b7-4fa5-a7b1-b3769e4e7db3\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:22:18.067Z\",\n            \"updatedAt\": \"2023-08-24T18:22:18.068Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"7ba1169c-4db8-40ac-9546-e863dd71d6bb\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:30:14.981Z\",\n            \"updatedAt\": \"2023-08-24T18:30:14.982Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        },\n        {\n            \"id\": \"e143866f-1952-4086-885b-559b23a70dc1\",\n            \"userWalletId\": \"5ef9c9e0-4c2f-4f6a-a72d-60ef4113cc32\",\n            \"reward\": \"freeentree\",\n            \"merchantId\": \"565efe09-b21a-4c13-bf98-86cabdf49a52\",\n            \"status\": \"ACTIVE\",\n            \"promotionPartner\": \"novadine\",\n            \"createdAt\": \"2023-08-24T18:33:33.792Z\",\n            \"updatedAt\": \"2023-08-24T18:33:33.792Z\",\n            \"correlationId\": null,\n            \"name\": \"Free Entree\",\n            \"description\": null,\n            \"imageUrl\": null\n        }\n    ],\n    \"transactionId\": \"4acce5d6-981e-4f18-aed4-3898468715e0\"\n}"}],"_postman_id":"78d2f4ec-7e2c-4476-82da-34dbeef9694e"}],"id":"c63fab1b-651c-4a50-a198-ec6dc9820615","description":"<p>A <code>User Wallet</code> is what we use to encapsulate a user's current loyalty profile, progress, status, and rewards.</p>\n<p>Inside a User Wallet, you'll find:</p>\n<ul>\n<li>Profile information (ie. email, phone, name, birthday, etc)</li>\n<li>Loyalty progress (ie. Points earned, loyalty status)</li>\n<li>Loyalty rewards (ie. Rewards earned, loyalty credit balance)</li>\n</ul>\n<p>In order for a user to have loyalty, the lifecycle of a user wallet is that:</p>\n<ul>\n<li>It is created</li>\n<li>It's profile is kept up to date</li>\n<li>It accrues points, cataloging transactions</li>\n<li>It redeems rewards and credits</li>\n<li>It refunds transactions (when necessary)</li>\n</ul>\n<p>The User Wallet contains the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The User Wallet ID, which will be used to reference, interact and CRUD with the User Wallet</td>\n</tr>\n<tr>\n<td>pointsBalance</td>\n<td>The number of points that the guest has currently, after loyalty conversions have taken place. This should not be treated as a lifetime points total, but instead as a current loyalty progress tracker towards whatever is the set conversion goal of the loyalty program (ie. pointsBalance is 5700, and the  <br />  <br />Points should be treated as pennies without the decimal. For instance, every penny spent earns 1 point (this way we don't have fractions of a point). So, $15.23 spent accrues 1,523 points.  <br />  <br />So 1 point = $0.01  <br />Of course, a multiplier can be applied on points when being earned, such in the instance of a double points day, or if there is some other loyalty multiplier that the merchant would like to have (ie. 10 points per $0.01 spent).</td>\n</tr>\n<tr>\n<td>lifetimePointsBalance</td>\n<td>The amount of points that a guest has earned in their lifetime. Typically used for calculating tier status of the guest, and understanding how much interaction a guest has had with the merchant over the lifetime of their relationship with the merchant.</td>\n</tr>\n<tr>\n<td>creditsBalance</td>\n<td>Credit balance is for merchants that utilize credit $ based rewards. Each credit correlates specifically to $0.01, and should be treated and tracked always as such.  <br />  <br />Example:  <br />2305 creditBalance = $23.05 of loyalty credit</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Whether this User Wallet is associated with an active loyalty user.</td>\n</tr>\n<tr>\n<td>merchantId</td>\n<td>The merchant that this loyalty User Wallet is associated with.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email of the loyalty user.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>First Name of the loyalty user.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Last Name of the loyalty user.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Phone of the loyalty user.</td>\n</tr>\n<tr>\n<td>birthdate</td>\n<td>Birthdate of the loyalty user.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date which the loyalty user wallet was created</td>\n</tr>\n<tr>\n<td>lastBirthdayYear</td>\n<td>Used for determining whether the User Wallet has already received this year's birthday reward.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tutorial-adjust-points-credit-lifetime-points-or-rewards-for-an-existing-loyalty-member\">Tutorial: Adjust points, credit, lifetime points, or rewards for an existing loyalty member</h1>\n<ol>\n<li><p>Retrieve the loyalty member’s user wallet ID in one of two ways</p>\n<ol>\n<li><p>Via Loyalty API</p>\n<ol>\n<li>Call the “Search User Wallets” endpoint with <code>email</code>, <code>phone</code>, <code>firstName</code>, and/or <code>lastName</code> details in the header. (Note: the correct loyalty member will be easier to identify if sending <code>email</code> or <code>phone</code>.) The user wallet ID will be labeled as <code>id</code> in the response.</li>\n</ol>\n</li>\n<li><p>Via Loyalty Admin</p>\n<ol>\n<li><p>Navigate to Loyalty Admin from the Lunchbox Dashboard</p>\n</li>\n<li><p>Go to the Guests tabSearch for the loyalty member by email address or phone number by selecting either option from the drop down</p>\n</li>\n<li><p>Select the loyalty member</p>\n</li>\n<li><p>Copy their user wallet ID, which can be found in the User ID field of the Guest Info details or at the end of the URL. (Note: the user wallet ID is a guid.)</p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p>Retrieve the balance of the loyalty member’s wallet or retrieve the <code>walletRewardId</code> needed to remove a reward from their account.<br /> (Note: this step is not needed if you do not need to check the loyalty member's wallet balance or retrieve the walletRewardId required to remove a reward from a user wallet.)</p>\n<ol>\n<li><p>Call the \"Get a User Wallet\" endpoint with the user wallet ID in the header.</p>\n<ol>\n<li>If you are removing a reward from their wallet, you will also need to include <code>rewards=true</code> in the header to retrieve the corresponding <code>walletRewardId</code> for that reward to send in the “Adjust” body in Step 3.</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p>Adjust points, credit, lifetime points, or a reward to the loyalty member’s wallet</p>\n<ol>\n<li><p>Call the “Adjust” endpoint with the user wallet ID in the header</p>\n<ol>\n<li><p>To add to a user wallet, send an <code>adjustmentType</code> of “AWARDED” in the body, along with the following body parameters:</p>\n<ol>\n<li><p>If adding points, the body will include an <code>adjustmentTarget</code> of “POINTS” and an <code>amount</code> of the total number of points you would like to add to their account.</p>\n</li>\n<li><p>If adding credit, the body will include an <code>adjustmentTarget</code> of “CREDIT” and an <code>amount</code> of the amount of credit you would like to add to their account in cents (e.g., if adding $5, amount = 500).</p>\n</li>\n<li><p>If adding lifetime points, the body will include an <code>adjustmentTarget</code> of “LIFETIME_POINTS” and an <code>amount</code> of the total number of lifetime points you would like to add to their account. (Note: this is primarily used shortly after a loyalty user migration into Lunchbox.)</p>\n</li>\n<li><p>If adding a reward, the body will include an <code>adjustmentTarget</code> of \"REWARD\" and the <code>actionRewardId</code>. The actionRewardId is found in Loyalty Admin by going to the Rewards tab, finding the reward, selecting Edit, and copying the guid from the end of the URL when viewing the reward details.</p>\n</li>\n</ol>\n</li>\n<li><p>To remove from a user wallet, send an <code>adjustmentType</code> of \"REMOVED\" in the body, along with the following body parameters:</p>\n<ol>\n<li><p>If removing points, the body will include an <code>adjustmentTarget</code> of “POINTS” and an <code>amount</code> of the total number of points you would like to remove from their account.</p>\n</li>\n<li><p>If removing credit, the body will include an <code>adjustmentTarget</code> of “CREDIT” and an <code>amount</code> of the amount of credit you would like to remove from their account in cents (e.g., if removing $5, amount = 500).</p>\n</li>\n<li><p>If removing lifetime points, the body will include an <code>adjustmentTarget</code> of “LIFETIME_POINTS” and an <code>amount</code> of the total number of lifetime points you would like to remove from their account. (Note: this is primarily used shortly after a loyalty user migration into Lunchbox.)</p>\n</li>\n<li><p>If removing a reward, the body will include an <code>adjustmentTarget</code> of “REWARD” and the <code>walletRewardId</code> from Step 2.</p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p>(Optional) Check the loyalty member's wallet balance to confirm the balance accurately reflects the actions taken in Step 3.</p>\n<ol>\n<li><p>Call the “Get a User Wallet” endpoint with the user wallet ID in the header (include <code>rewards=true</code> in the header if you would like to see the reward balance, as well).</p>\n</li>\n<li><p>Review the response to confirm the balance looks the way you would expect after the actions taken.</p>\n</li>\n</ol>\n</li>\n</ol>\n","_postman_id":"c63fab1b-651c-4a50-a198-ec6dc9820615"}],"id":"ed8addb1-0aa6-4134-8736-e524216baea4","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This section of documentation perstains to our Lunchbox Loyalty API. Integrating with Lunchbox Loyalty API will give you access to our Lunchbox Loyalty programs, and the ability to interact with them and the guests which engage with them.</p>\n<p>You can use these APIs to perform the following functions with Lunchbox Loyalty:</p>\n<ul>\n<li>Search for Users</li>\n<li>Create Users</li>\n<li>Inquire User Loyalty Balance</li>\n<li>Accrue Loyalty Points</li>\n<li>Mark Loyalty Rewards as Redeemed</li>\n<li>Refund Loyalty Transactions</li>\n</ul>\n<p>Integration with our Lunchbox Loyalty API is useful for a multitude of functions, including but not limited to:</p>\n<ul>\n<li>Ordering Kiosk that wants to utilize Lunchbox Loyalty</li>\n<li>POS that wants to integrate with Lunchbox Loyalty</li>\n<li>Online Ordering Website/App that wants to use Lunchbox Loyalty</li>\n<li>Marketing and loyalty platforms that want to be able to extend additional functionality into Lunchbox Loyalty</li>\n<li>Much more!</li>\n</ul>\n<h1 id=\"connecting\">Connecting</h1>\n<p>The API uses standard HTTP status codes to indicate the success or failure of the API calls and all schemas are in JSON format. <em>This API is separate from our Core and Management APIs. This requires a separate key and hits a different base URL.</em></p>\n<p>The following base URLs will be used depending on environment:</p>\n<ul>\n<li>Development: <code>https://api.lunchbox.dev</code></li>\n<li>Production: <code>https://api.lunchbox.io</code></li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>To authenticate with the API, you need to include the <code>Api-Key</code> in the header of your requests and provide the corresponding API key value. Please note that each merchant has a unique API key associated with their account. Therefore, every merchant needs to obtain and use their own API key for authentication purposes.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location 'https://api.lunchbox.dev/loyalty-engine/user-wallets' \\\n--header 'Api-Key: ••••••' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"birthdate\": \"1990-05-21\",\n    \"email\": \"john.smith@example.com\",\n    \"phone\": \"2125551234\"\n}'\n\n</code></pre><h2 id=\"api-key-per-merchant\">API Key Per Merchant</h2>\n<p>It is important to understand that the API key is specific to each individual merchant. This means that every merchant must obtain their own unique API key to access the API. Using another merchant’s API key will result in authentication failure. Ensure that you have the correct API key associated with your merchant account before making any requests.</p>\n<p>To receive an API Key, please make sure to have an agreement signed first with our Lunchbox Partnerships team.</p>\n","_postman_id":"ed8addb1-0aa6-4134-8736-e524216baea4"},{"name":"POS API","item":[{"name":"Stores","item":[{"name":"Get Stores","id":"422cb0c6-abfb-4729-9cb9-5b51f50a1cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/pos/stores","description":"<p>Lunchbox will use this endpoint to retreive the POS Provider's Store IDs for all stores from a given restaurant brand.</p>\n<p>Response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_store_id</td>\n<td>(required) The POS Provider's unique identifier for a store</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["pos","stores"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c8c7c046-d479-4f7f-9292-7428507bf084","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://demo.novadine.com/api/v2/pos/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    [\n        {\n        \"pos_store_id\": \"123456\"\n        },\n        {\n        \"pos_store_id\": \"234567\"\n        },\n        {\n        \"pos_store_id\": \"345678\"\n        },\n    ]\n}\n  "}],"_postman_id":"422cb0c6-abfb-4729-9cb9-5b51f50a1cb2"},{"name":"Get Store Details","id":"f1271ad8-c7f8-484d-8843-585df57f0e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/pos/stores/{{store_id}}","description":"<p>Lunchbox will use this endpoint to retreive location details from a POS Provider for a single POS Store ID.</p>\n<p>If providing category and/or menu item images, please note the following image requirements:<br />Size: 1280 x 720 px, Landscape (16:9)<br />File: PNG, JPG<br />Note: 160 kb or smaller</p>\n<p>Query Parameter:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_store_id</td>\n<td>(required) The POS Provider's unique identifier for a store</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>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_store_id</td>\n<td>(required) The POS Provider's unique identifier for a store</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>(required) The restaurant brand's unique store identifier</td>\n</tr>\n<tr>\n<td>name</td>\n<td>(required) The name for the store</td>\n</tr>\n<tr>\n<td>contact  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>active</td>\n<td>(required) Boolean identifying whether the store is active</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>(required) First line of the store's street address</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Second line of the store's street address</td>\n</tr>\n<tr>\n<td>address3</td>\n<td>Third line of the store's strett address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>(required) The store's city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>(required) The store's state</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>(required) The store's postal code</td>\n</tr>\n<tr>\n<td>country</td>\n<td>(required) The store's country</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>(required) The latitude for the store</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>(required) The longitude for the store</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>(required) The store's phone number. Do not include a country code with the phone number as Lunchbox currently supports only US phone numbers.  <br />  <br />If symbols are added, they will be stripped away, e.g., (212) 555-1020 will become 2125551020</td>\n</tr>\n<tr>\n<td>location  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>hours  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>iso_day_of_week</td>\n<td>The day of week for the store's global operating hours as represented in ISO weekday numbers. 1 is Monday and 7 is Sunday</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>The opening time for a store's global operating hours</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>The closing time for a store's global operating hours</td>\n</tr>\n<tr>\n<td>time_zone</td>\n<td>The time zone for the store's global operating hours. This should be in the IANA (Olsen) time zone list format. E.g., <code>\"America/New_York\"</code> or <code>\"US/Eastern\"</code> or <code>\"Etc/GMT-5\"</code></td>\n</tr>\n<tr>\n<td>services  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>service_type_id</td>\n<td>The ID of the service type.  <br />  <br />1 is always delivery  <br />2 is always pick up  <br />  <br />Additional service types (e.g., catering, curbside, order aggregation, etc.) may be configured with variable identifiers</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Boolean identifying whether the service type is active at the store</td>\n</tr>\n<tr>\n<td>base_prep_time</td>\n<td>The base prep time for this service type</td>\n</tr>\n<tr>\n<td>lead_time</td>\n<td>The lead time required for this service type</td>\n</tr>\n<tr>\n<td>suggest_tip</td>\n<td>The suggested tip amount for this service type</td>\n</tr>\n<tr>\n<td>menus  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for a menu. A single store can have one or more menus but each of those menus must have a unique identifier.</td>\n</tr>\n<tr>\n<td>last_updated</td>\n<td>(required) The date and time the menu was last updated in ISO date and time format (yyyy-MM-ddTHH:mm:ss.SSS+/-HH:mm)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the menu</td>\n</tr>\n<tr>\n<td>description</td>\n<td>The description of the menu (e.g., Holiday Menu)</td>\n</tr>\n<tr>\n<td>hours  <br />array</td>\n<td></td>\n</tr>\n<tr>\n<td>iso_day_of_week</td>\n<td>The day of week for the menu's operating hours as represented in ISO weekday numbers. 1 is Monday and 7 is Sunday</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>The start time for the menu</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>The closing time for the menu</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>A list of the category IDs available with this menu</td>\n</tr>\n<tr>\n<td>categories  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for a category</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the category</td>\n</tr>\n<tr>\n<td>description</td>\n<td>The category's description</td>\n</tr>\n<tr>\n<td>min_qty</td>\n<td>The minimum quantity that can be chosen for a category. This is often 0</td>\n</tr>\n<tr>\n<td>max_qty</td>\n<td>The maximum quantity that can be chosen for a category</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>URL(s) for category images. Image recommendations:  <br />Size: 1280 x 720 px, Landscape (16:9)  <br />File: PNG, JPG  <br />Note: 160 kb or smaller</td>\n</tr>\n<tr>\n<td>items</td>\n<td>A list of the item IDs available within this category</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>A list of any additional category IDs associated with this category</td>\n</tr>\n<tr>\n<td>items  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for an item</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the item</td>\n</tr>\n<tr>\n<td>short_description</td>\n<td>The short description of the item</td>\n</tr>\n<tr>\n<td>long_description</td>\n<td>The long description of the item</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>URL(s) for menu item images. Image recommendations:  <br />Size: 1280 x 720 px, Landscape (16:9)  <br />File: PNG, JPG  <br />Note: 160 kb or smaller</td>\n</tr>\n<tr>\n<td>variants  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>size_id</td>\n<td>The unique identifier for each size available for the item. The size names and IDs are defined by the POS provider later in the response</td>\n</tr>\n<tr>\n<td>style_id</td>\n<td>The unique identifier for each style available for the item. The style names and IDs are defined by the POS provider later in the response</td>\n</tr>\n<tr>\n<td>price</td>\n<td>The price adjustment, if applicable, for that variant type</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>The unique identifiers for each tax configuration available for the variant. The tax names and IDs are defined by the POS provider later in the response</td>\n</tr>\n<tr>\n<td>max_calories</td>\n<td>The maximum number of calories for this variant</td>\n</tr>\n<tr>\n<td>min_calories</td>\n<td>The minimum number of calories for this variant</td>\n</tr>\n<tr>\n<td>pick_lists  <br />(within item variants)</td>\n<td>A list of the pick list IDs available within this variant and any applicable modifier configurations</td>\n</tr>\n<tr>\n<td>id  <br />(within item variant pick lists)</td>\n<td>pick list ID</td>\n</tr>\n<tr>\n<td>default_items  <br />(within item variant pick lists)</td>\n<td>ID(s) for any default items in the pick list</td>\n</tr>\n<tr>\n<td>free_up_to  <br />(within item variant pick lists)</td>\n<td>Number of items selected in the pick list that will be free. E.g., if <code>\"free_up_to\": 3</code>, a fourth selection from the picklist will incur any applicable cost</td>\n</tr>\n<tr>\n<td>free_after  <br />(within item variant pick lists)</td>\n<td>Number of pick list selections needed to have the remaining selections be free. E.g., if <code>\"free_after\": 4</code>, the first four items selected from the pick list will incur any applicable cost(s) and a fifth selection will be free.</td>\n</tr>\n<tr>\n<td>defaults_are_free  <br />(within item variant pick lists)</td>\n<td>(boolean) true if item ID(s) listed under <code>default_items</code> should be free; false if <code>defaul_items</code> will incur any applicable cost</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>(boolean) is the variant able to be ordered by guests?</td>\n</tr>\n<tr>\n<td>class_ids</td>\n<td>A list of \"class\" IDs like dietary preferences. Lunchbox will provide a list of these</td>\n</tr>\n<tr>\n<td>allergen_ids</td>\n<td>A list of the allergen IDs associated with this item. Lunchbox will provide a list of these</td>\n</tr>\n<tr>\n<td>pick_lists  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for a pick list</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the pick list</td>\n</tr>\n<tr>\n<td>prompt</td>\n<td>The user prompt associated with the pick list (e.g., Select a cheese, Pick a protein, etc.)</td>\n</tr>\n<tr>\n<td>min_qty</td>\n<td>The minimum quantity required for this pick list</td>\n</tr>\n<tr>\n<td>max_qty</td>\n<td>The maximum quantity available for this pick list for a given item</td>\n</tr>\n<tr>\n<td>show_qty</td>\n<td>Boolean reflecting whether the quantity for the pick list should be displayed</td>\n</tr>\n<tr>\n<td>items</td>\n<td>A list of item IDs associated with the pick list</td>\n</tr>\n<tr>\n<td>taxes  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for the tax option</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the tax type</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Tax type (<code>percent</code></td>\n</tr>\n<tr>\n<td>tax_rate</td>\n<td>The tax rate associated with this tax option. This needs to be formatted like a decimal, so a 7% tax rate should be sent as 0.07</td>\n</tr>\n<tr>\n<td>sizes  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for the size</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the size (e.g., Small, Medium, Large, Extra Large). If a menu item has particular sizing options, those can be set using our sizes label. Our front ends handle these sizing options elegantly and present an optimized user experience when selecting sizes for an item. Sizes can be provided without this label but will have a different UX.</td>\n</tr>\n<tr>\n<td>styles  <br /><em>array</em></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>The unique identifier for the style</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the style (e.g., Grilled, Fried, Baked). If a menu item has specific preparation options, those options can be set using our styles label. Our front ends handle these style options elegantly and present an optimized user experience when selecting preparation styles for an item. Styles can be provided without this label but will have a different UX.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["pos","stores","{{store_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1cf023ba-6f64-4a5c-904a-317cb444d816","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://demo.novadine.com/api/v2/pos/stores/0001","protocol":"https","host":["demo","novadine","com"],"path":["api","v2","pos","stores","0001"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"pos_store_id\": \"123456\",\n    \"store_id\": \"0001\",\n    \"name\": \"Sample Store\",\n    \"contact\": {\n        \"active\": true,\n        \"address1\": \"1216 Broadway\",\n        \"address2\": \"2nd Floor\",\n        \"address3\": null,\n        \"city\": \"Manhattan\",\n        \"state\": \"NY\",\n        \"postal_code\": \"10001\",\n        \"country\": \"US\",\n        \"latitude\": 40.74661,\n        \"longitude\": -73.98833,\n        \"phone\": \"3475551111\"\n    },\n    \"location\": {\n        \"hours\": [\n            {\n                \"iso_day_of_week\": 1,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            },\n            {\n                \"iso_day_of_week\": 2,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            },\n            {\n                \"iso_day_of_week\": 3,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            },\n            {\n                \"iso_day_of_week\": 4,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            },\n            {\n                \"iso_day_of_week\": 5,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            },\n            {\n                \"iso_day_of_week\": 6,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            },\n            {\n                \"iso_day_of_week\": 7,\n                \"start_time\": \"08:00\",\n                \"end_time\": \"18:00\"\n            }\n        ],\n        \"time_zone\": \"Etc/GMT-5\"\n    },\n    \"services\": [\n        {\n            \"service_type_id\": 1,\n            \"active\": true,\n            \"base_prep_time\": 30,\n            \"lead_time\": 60,\n            \"suggest_tip\": 0.2\n        },\n        {\n            \"service_type_id\": 2,\n            \"active\": true,\n            \"base_prep_time\": 30,\n            \"lead_time\": 45,\n            \"suggest_tip\": 0.2\n        }\n    ],\n    \"menus\": [\n        {\n            \"id\": \"1\",\n            \"last_updated\": \"2023-10-24T18:32:05.7722904-0500\",\n            \"name\": \"Sample Menu\",\n            \"description\": null,\n            \"hours\": [\n                {\n                    \"iso_day_of_week\": 1,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                },\n                {\n                    \"iso_day_of_week\": 2,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                },\n                {\n                    \"iso_day_of_week\": 3,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                },\n                {\n                    \"iso_day_of_week\": 4,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                },\n                {\n                    \"iso_day_of_week\": 5,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                },\n                {\n                    \"iso_day_of_week\": 6,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                },\n                {\n                    \"iso_day_of_week\": 7,\n                    \"start_time\": 0,\n                    \"end_time\": 1560\n                }\n            ],\n            \"categories\": [\n                \"2198\",\n                \"2199\"\n            ]\n        }\n    ],\n    \"categories\": [\n        {\n            \"id\": \"2198\",\n            \"name\": \"Sandwiches\",\n            \"description\": \"Select from one of our famous sandwiches.\",\n            \"min_qty\": 0,\n            \"max_qty\": 0,\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"items\": [\n                \"23606\",\n                \"23607\"\n            ],\n            \"categories\": []\n        },\n        {\n            \"id\": \"2199\",\n            \"name\": \"Drinks\",\n            \"description\": \"Add a cold beverage to your order.\",\n            \"min_qty\": 0,\n            \"max_qty\": 0,\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"items\": [\n                \"23608\"\n            ],\n            \"categories\": []\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": \"23606\",\n            \"name\": \"Meat Sandwich\",\n            \"short_description\": \"Our sandwiches come with approximately 1/3 pound of the meat of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n            \"long_description\": \"Our sandwiches come with approximately 1/3 pound of the meat of your choice and a buttered and toasted bun.\\r\\n\\r\\n\",\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"variants\": [\n                {\n                    \"size_id\": null,\n                    \"style_id\": null,\n                    \"price\": 749,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"max_calories\": null,\n                    \"min_calories\": null,\n                    \"pick_lists\": [\n                        {\n                            \"id\": \"1652\",\n                            \"default_items\": [],\n                            \"free_up_to\": 0,\n                            \"free_after\": 0,\n                            \"defaults_are_free\": true\n                        },\n                        {\n                            \"id\": \"1653\",\n                            \"default_items\": [\n                                \"23719\"\n                            ],\n                            \"free_up_to\": 0,\n                            \"free_after\": 0,\n                            \"defaults_are_free\": true\n                        }\n                    ]\n                }\n            ],\n            \"class_ids\": [\n                1,\n                5\n            ],\n            \"allergen_ids\": []\n        },\n        {\n            \"id\": \"23607\",\n            \"name\": \"Fish Sandwich\",\n            \"short_description\": \"Enjoy our deluxe fish sandwich, made with fresh cod, battered or breaded.\",\n            \"long_description\": \"Enjoy our deluxe fish sandwich, made with fresh cod, battered or breaded.\",\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"taxes\": [\n                \"9982\"\n            ],\n            \"variants\": [\n                {\n                    \"size_id\": null,\n                    \"style_id\": \"56001\",\n                    \"price\": 949,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"max_calories\": null,\n                    \"min_calories\": null,\n                    \"pick_lists\": []\n                },\n                {\n                    \"size_id\": null,\n                    \"style_id\": \"56002\",\n                    \"price\": 999,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"max_calories\": null,\n                    \"min_calories\": null,\n                    \"pick_lists\": []\n                }\n            ],\n            \"class_ids\": [],\n            \"allergen_ids\": [\n                2\n            ]\n        },\n        {\n            \"id\": \"23712\",\n            \"name\": \"Brisket\",\n            \"short_description\": null,\n            \"long_description\": null,\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"variants\": [\n                {\n                    \"size_id\": null,\n                    \"style_id\": null,\n                    \"price\": 100,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"pick_lists\": []\n                }\n            ],\n            \"class_ids\": [],\n            \"allergen_ids\": []\n        },\n        {\n            \"id\": \"23713\",\n            \"name\": \"Turkey\",\n            \"short_description\": null,\n            \"long_description\": null,\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"variants\": [\n                {\n                    \"size_id\": null,\n                    \"style_id\": null,\n                    \"price\": 0,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"pick_lists\": []\n                }\n            ],\n            \"class_ids\": [],\n            \"allergen_ids\": []\n        },\n        {\n            \"id\": \"23719\",\n            \"name\": \"No Cheese\",\n            \"short_description\": null,\n            \"long_description\": null,\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"taxes\": [\n                \"9982\"\n            ],\n            \"variants\": [\n                {\n                    \"size_id\": null,\n                    \"style_id\": null,\n                    \"price\": 0,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"pick_lists\": [\n                        \"1653\"\n                    ]\n                }\n            ],\n            \"class_ids\": [],\n            \"allergen_ids\": []\n        },\n        {\n            \"id\": \"23720\",\n            \"name\": \"Add Cheese\",\n            \"short_description\": null,\n            \"long_description\": null,\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"variants\": [\n                {\n                    \"size_id\": null,\n                    \"style_id\": null,\n                    \"price\": 50,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"pick_lists\": [\n                        \"23720\"\n                    ]\n                }\n            ],\n            \"class_ids\": [],\n            \"allergen_ids\": []\n        },\n        {\n            \"id\": \"23607\",\n            \"name\": \"Coca Cola\",\n            \"short_description\": \"Enjoy the classic!\",\n            \"long_description\": \"Enjoy the classic!\",\n            \"image_urls\": [\"https://somes3bucket...../image/something.png\"],\n            \"variants\": [\n                {\n                    \"size_id\": \"55678\",\n                    \"style_id\": null,\n                    \"price\": 299,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"max_calories\": 150,\n                    \"min_calories\": 150,\n                    \"pick_lists\": []\n                },\n                {\n                    \"size_id\": \"55679\",\n                    \"style_id\": null,\n                    \"price\": 449,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"max_calories\": 360,\n                    \"min_calories\": 360,\n                    \"pick_lists\": []\n                },\n                {\n                    \"size_id\": \"55680\",\n                    \"style_id\": null,\n                    \"price\": 549,\n                    \"taxes\": [\n                        \"9982\"\n                    ],\n                    \"max_calories\": 600,\n                    \"min_calories\": 600,\n                    \"pick_lists\": []\n                }\n            ],\n            \"class_ids\": [],\n            \"allergen_ids\": []\n        }\n    ],\n    \"pick_lists\": [\n        {\n            \"id\": \"1652\",\n            \"name\": \"Sandwich Meat\",\n            \"prompt\": \"Pick a meat.\",\n            \"min_qty\": 1,\n            \"max_qty\": 1,\n            \"show_qty\": true,\n            \"items\": [\n                \"23712\",\n                \"23713\"\n            ],\n        },\n        {\n            \"id\": \"1653\",\n            \"name\": \"Cheese\",\n            \"prompt\": \"Pick a cheese.\",\n            \"min_qty\": 1,\n            \"max_qty\": 1,\n            \"show_qty\": true,\n            \"items\": [\n                \"23719\",\n                \"23720\"\n            ],\n        }\n    ],\n    \"taxes\": [\n        {\n            \"id\": \"9982\",\n            \"name\": \"NY Sales Tax\",\n            \"type\": \"percent\",\n            \"tax_rate\": 8.875\n        }\n    ],\n    \"sizes\": [\n        {\n            \"id\": \"55678\",\n            \"name\": \"Small\"\n        },\n        {\n            \"id\": \"55679\",\n            \"name\": \"Medium\"\n        },\n        {\n            \"id\": \"55690\",\n            \"name\": \"Large\"\n        }\n    ],\n    \"styles\": [\n        {\n            \"id\": \"56001\",\n            \"name\": \"Battered\"\n        },\n        {\n            \"id\": \"56002\",\n            \"name\": \"Breaded\"\n        }            \n        },\n        {\n\n        }\n    ]\n}"}],"_postman_id":"f1271ad8-c7f8-484d-8843-585df57f0e39"},{"name":"Store Updated Webhook","id":"648562e1-a717-4953-9bb0-a643e4ca46c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{lunchbox_webhook_url}}","description":"<p>The POS Provider triggers this webhook to notify Lunchbox that a store has been added or updated. Lunchbox will then make the GET Store Details call using the <code>pos_store_id</code> provided.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>event__type</td>\n<td>(required) For the store updated webhook, this value will always be <code>store_update</code></td>\n</tr>\n<tr>\n<td>pos_store_id</td>\n<td>(required) The POS Provider's unique identifier for a store</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{lunchbox_webhook_url}}"],"query":[],"variable":[]}},"response":[{"id":"0729b179-16d3-40ad-a645-65869142a0eb","name":"Store Updated","originalRequest":{"method":"GET","header":[],"url":"{{lunchbox_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_type\": \"store_update\",\n    \"pos_store_id\": \"123456\"\n}"}],"_postman_id":"648562e1-a717-4953-9bb0-a643e4ca46c5"}],"id":"6cd600aa-a6ab-40bc-b850-2a7bb637e9a7","_postman_id":"6cd600aa-a6ab-40bc-b850-2a7bb637e9a7","description":""},{"name":"Orders","item":[{"name":"Submit Order","id":"a53fe5ff-3cdd-40bb-8885-b1f0d88ae859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pos_store_id\": \"123456\",\n    \"order_id\": \"3456789\",\n    \"status\": {\n        \"is_finalized\": true,\n    },\n    \"ready_ts\": \"2023-10-24T18:00:00-0400\"\n    \"service_type_id\": 1,\n    \"service_type\": \"Delivery\",\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"customer_id\": 1234567,\n        \"email\": \"demo@lunchbox.io\",\n    },\n    \"location\": {\n        address1: \"8105 Strickland Rd\",\n        address2: null,\n        address3: null,\n        city: \"Raleigh\",\n        country: \"US\",\n        instructions: \"\",\n        phone: null,\n        province: null,\n        statecode: \"NC\",\n        zipcode: \"27615\"\n    },\n    \"charges\": {\n        \"total_cents\": 0,\n        \"delivery_cents\": 0,\n        \"subtotal_cents\": 0,\n        \"tax_cents\": 0,\n        \"remaining_cents\": 0,\n        \"tip_cents\": 0,\n        \"discount_cents\": 0,\n        \"preauth_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"paid_cents\": 0,\n        \"balance_cents\": 0\n    },\n    \"payments\": [\n        {\n            \"pay_proc_id\": 0,\n            \"display_name\": null,\n            \"card_type_id\": 1,\n            \"cc_type\": \"Visa\",\n            \"cc_account_id\": 250,\n            \"trans_stamp\": \"10/31/2022 13:09\",\n            \"last_four\": \"1111\",\n            \"trans_type\": \"Payment\",\n            \"amount_cents\": 1240,\n            \"cc_name\": \"John Smith\"\n        }\n    ],\n    \"items\": [\n        { \n        \"comment\": \"\",\n        \"weight\": null,\n        \"extended_price\": 1159,\n        \"coupon\": null,\n        \"prep_time_as_incr\": 0,\n        \"max_qty\": null,\n        \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n        \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n        \"category\": \"Pizza\",\n        \"prep_time_as_only\": 0,\n        \"pick_list_type\": null,\n        \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n        \"unit_price\": 1159,\n        \"is_valid\": true,\n        \"pick_list_id\": null,\n        \"size\": {\n          \"item_size_id\": 1000000,\n          \"external_id\": \"Small\",\n          \"name\": \"Small\",\n          \"short_name\": null,\n          \"description\": null\n        },\n        \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n        \"start_date\": null,\n        \"ref_name\": \"\",\n        \"menu_id\": 1,\n        \"item_config_id\": 6446,\n        \"default_quantity\": 0,\n        \"end_date\": null,\n        \"auto\": false,\n        \"base_price\": 1159,\n        \"free_qty\": 0,\n        \"item_id\": 2910,\n        \"min_qty\": 1,\n        \"parent_order_item_id\": 0,\n        \"order_item_id\": 9699,\n        \"item_size_id\": 1000000,\n        \"display_quantity\": 1,\n        \"item_style_id\": null,\n        \"item_type\": null,\n        \"child_items\": [\n          {\n            \"comment\": \"\",\n            \"base_quantity\": 1,\n            \"weight\": null,\n            \"extended_price\": 0,\n            \"coupon\": null,\n            \"prep_time_as_incr\": 0,\n            \"max_qty\": null,\n            \"ticket_text\": \"No Thanks!\",\n            \"description\": \"\",\n            \"category\": \"Extra Cheese?\",\n            \"prep_time_as_only\": 0,\n            \"pick_list_type\": \"modifier\",\n            \"item_name\": \"No Thanks!\",\n            \"unit_price\": 0,\n            \"is_valid\": null,\n            \"pick_list_id\": 1452,\n            \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n            \"start_date\": null,\n            \"ref_name\": \"\",\n            \"menu_id\": 1,\n            \"item_config_id\": 6263,\n            \"default_quantity\": 0,\n            \"end_date\": null,\n            \"auto\": false,\n            \"category_display_hints\": null,\n            \"base_price\": 0,\n            \"free_qty\": 0,\n            \"item_id\": 2710,\n            \"min_qty\": 1,\n            \"parent_order_item_id\": 9699,\n            \"order_item_id\": 9700,\n            \"item_size_id\": null,\n            \"display_quantity\": 0,\n            \"item_style_id\": null,\n            \"item_type\": null,\n            \"attributes\": {},\n            \"category_id\": 762,\n            \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n            \"quantity\": 1\n          }\n        ],\n        \"attributes\": {},\n        \"category_id\": 886,\n        \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n        \"quantity\": 1\n        },\n    ]\n}"},"url":"{{baseUrl}}/pos/orders/{{pos_store_id}}","description":"<p>Lunchbox uses this call to submit orders to the POS.</p>\n<p>Query Parameter:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_store_id</td>\n<td>(required) The POS Provider's unique identifier for a store</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></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>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["pos","orders","{{pos_store_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"35652b0e-bc3c-45f3-82d7-b284707958b0","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"pos_store_id\": \"123456\",\n    \"order_id\": \"3456789\",\n    \"status\": {\n        \"is_finalized\": true,\n    },\n    \"comment\": \"Leave with door man\",\n    \"table_number\": \"27\",\n    \"ready_ts\": \"2023-10-24T18:00:00-0400\"\n    \"service_type_id\": 1,\n    \"service_type\": \"Delivery\",\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"customer_id\": 1234567,\n        \"email\": \"demo@lunchbox.io\",\n    },\n    \"location\": {\n        address1: \"8105 Strickland Rd\",\n        address2: null,\n        address3: null,\n        city: \"Raleigh\",\n        country: \"US\",\n        instructions: \"\",\n        phone: null,\n        province: null,\n        statecode: \"NC\",\n        zipcode: \"27615\"\n    },\n    \"charges\": {\n        \"total_cents\": 0,\n        \"delivery_cents\": 0,\n        \"subtotal_cents\": 0,\n        \"tax_cents\": 0,\n        \"remaining_cents\": 0,\n        \"tip_cents\": 0,\n        \"discount_cents\": 0,\n        \"preauth_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"paid_cents\": 0,\n        \"balance_cents\": 0\n    },\n    \"payments\": [\n        {\n            \"pay_proc_id\": 0,\n            \"display_name\": null,\n            \"card_type_id\": 1,\n            \"cc_type\": \"Visa\",\n            \"cc_account_id\": 250,\n            \"trans_stamp\": \"10/31/2022 13:09\",\n            \"last_four\": \"1111\",\n            \"trans_type\": \"Payment\",\n         \"amount_cents\": 1240,\n            \"cc_name\": \"John Smith\"\n        }\n    ],\n    \"items\": [\n        { \n        \"comment\": \"\",\n        \"weight\": null,\n        \"extended_price\": 1159,\n        \"coupon\": null,\n        \"prep_time_as_incr\": 0,\n        \"max_qty\": null,\n        \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n        \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n        \"category\": \"Pizza\",\n        \"prep_time_as_only\": 0,\n        \"pick_list_type\": null,\n        \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n        \"unit_price\": 1159,\n        \"is_valid\": true,\n        \"pick_list_id\": null,\n        \"size\": {\n          \"item_size_id\": 1000000,\n          \"external_id\": \"Small\",\n          \"name\": \"Small\",\n          \"short_name\": null,\n          \"description\": null\n        },\n        \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n        \"start_date\": null,\n        \"ref_name\": \"\",\n        \"menu_id\": 1,\n        \"item_config_id\": 6446,\n        \"default_quantity\": 0,\n        \"end_date\": null,\n        \"auto\": false,\n        \"base_price\": 1159,\n        \"free_qty\": 0,\n        \"item_id\": 2910,\n        \"min_qty\": 1,\n        \"parent_order_item_id\": 0,\n        \"order_item_id\": 9699,\n        \"item_size_id\": 1000000,\n        \"should_show_in_cart\": true,\n        \"display_quantity\": 1,\n        \"item_style_id\": null,\n        \"item_type\": null,\n        \"child_items\": [\n          {\n            \"comment\": \"\",\n            \"base_quantity\": 1,\n            \"weight\": null,\n            \"extended_price\": 0,\n            \"coupon\": null,\n            \"prep_time_as_incr\": 0,\n            \"max_qty\": null,\n            \"ticket_text\": \"No Thanks!\",\n            \"description\": \"\",\n            \"category\": \"Extra Cheese?\",\n            \"prep_time_as_only\": 0,\n            \"pick_list_type\": \"modifier\",\n            \"item_name\": \"No Thanks!\",\n            \"unit_price\": 0,\n            \"is_valid\": null,\n            \"pick_list_id\": 1452,\n            \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n            \"start_date\": null,\n            \"ref_name\": \"\",\n            \"menu_id\": 1,\n            \"item_config_id\": 6263,\n            \"default_quantity\": 0,\n            \"end_date\": null,\n            \"auto\": false,\n            \"category_display_hints\": null,\n            \"base_price\": 0,\n            \"free_qty\": 0,\n            \"item_id\": 2710,\n            \"min_qty\": 1,\n            \"parent_order_item_id\": 9699,\n            \"order_item_id\": 9700,\n            \"item_size_id\": null,\n            \"should_show_in_cart\": true,\n            \"display_quantity\": 0,\n            \"item_style_id\": null,\n            \"item_type\": null,\n            \"attributes\": {},\n            \"category_id\": 762,\n            \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n            \"quantity\": 1\n          }\n        ],\n        \"attributes\": {},\n        \"category_id\": 886,\n        \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n        \"quantity\": 1\n        },\n    ]\n}"},"url":{"raw":"https://demo.novadine.com/api/v2/pos/orders/{{pos_store_id}}","protocol":"https","host":["demo","novadine","com"],"path":["api","v2","pos","orders","{{pos_store_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"pos_store_id\": \"123456\"\n    \"pos_order_id\": \"101112131415\",\n    \"status\": {\n        \"is_completed\": true\n    }\n}"}],"_postman_id":"a53fe5ff-3cdd-40bb-8885-b1f0d88ae859"},{"name":"Get Order","id":"c9883a7c-8b9b-4a20-974d-6f8759f9bbac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/pos/orders/{{pos_store_id}}/{{pos_order_id}}","description":"<p>The</p>\n","urlObject":{"path":["pos","orders","{{pos_store_id}}","{{pos_order_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f692e1c1-9aab-4121-9f9c-ea323687180d","name":"Success: Order Completed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://demo.novadine.com/api/v2/pos/orders/{{pos_store_id}}/{{pos_order_id}}","protocol":"https","host":["demo","novadine","com"],"path":["api","v2","pos","orders","{{pos_store_id}}","{{pos_order_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"pos_store_id\": \"123456\"\n    \"pos_order_id\": \"101112131415\",\n    \"status\": {\n        \"is_completed\": true\n    }\n}"}],"_postman_id":"c9883a7c-8b9b-4a20-974d-6f8759f9bbac"},{"name":"Update Order","id":"f462cdd4-c2ec-456f-b0ba-258843ad2f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"pos_store_id\": \"123456\",\n    \"pos_order_id\": \"8572947\",\n    \"order_id\": \"90210\",\n    \"refund_reason\": \"Guest received incorrect items\", \n    \"status\": {\n        \"is_finalized\": true,\n    },\n    \"ready_ts\": \"2023-10-24T18:00:00-0400\"\n    \"service_type_id\": 1,\n    \"service_type\": \"Delivery\",\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"customer_id\": 1234567,\n        \"email\": \"demo@lunchbox.io\",\n    },\n    \"location\": {\n        address1: \"8105 Strickland Rd\",\n        address2: null,\n        address3: null,\n        city: \"Raleigh\",\n        country: \"US\",\n        instructions: \"\",\n        phone: null,\n        province: null,\n        statecode: \"NC\",\n        zipcode: \"27615\"\n    },\n    \"charges\": {\n        \"total_cents\": 0,\n        \"delivery_cents\": 0,\n        \"subtotal_cents\": 0,\n        \"tax_cents\": 0,\n        \"remaining_cents\": 0,\n        \"tip_cents\": 0,\n        \"discount_cents\": 0,\n        \"preauth_cents\": 0,\n        \"refund_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"paid_cents\": 0,\n        \"balance_cents\": 0\n    },\n    \"payments\": [\n        {\n            \"pay_proc_id\": 0,\n            \"display_name\": null,\n            \"card_type_id\": 1,\n            \"cc_type\": \"Visa\",\n            \"cc_account_id\": 250,\n            \"trans_stamp\": \"10/31/2022 13:09\",\n            \"last_four\": \"1111\",\n            \"trans_type\": \"Payment\",\n            \"amount_cents\": 1240,\n            \"cc_name\": \"John Smith\"\n        }\n    ],\n    \"items\": [\n        { \n        \"comment\": \"\",\n        \"weight\": null,\n        \"extended_price\": 1159,\n        \"coupon\": null,\n        \"prep_time_as_incr\": 0,\n        \"max_qty\": null,\n        \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n        \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n        \"category\": \"Pizza\",\n        \"prep_time_as_only\": 0,\n        \"pick_list_type\": null,\n        \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n        \"unit_price\": 1159,\n        \"is_valid\": true,\n        \"pick_list_id\": null,\n        \"size\": {\n          \"item_size_id\": 1000000,\n          \"external_id\": \"Small\",\n          \"name\": \"Small\",\n          \"short_name\": null,\n          \"description\": null\n        },\n        \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n        \"start_date\": null,\n        \"ref_name\": \"\",\n        \"menu_id\": 1,\n        \"item_config_id\": 6446,\n        \"default_quantity\": 0,\n        \"end_date\": null,\n        \"auto\": false,\n        \"base_price\": 1159,\n        \"free_qty\": 0,\n        \"item_id\": 2910,\n        \"min_qty\": 1,\n        \"parent_order_item_id\": 0,\n        \"order_item_id\": 9699,\n        \"item_size_id\": 1000000,\n        \"should_show_in_cart\": true,\n        \"display_quantity\": 1,\n        \"item_style_id\": null,\n        \"item_type\": null,\n        \"child_items\": [\n          {\n            \"comment\": \"\",\n            \"base_quantity\": 1,\n            \"weight\": null,\n            \"extended_price\": 0,\n            \"coupon\": null,\n            \"prep_time_as_incr\": 0,\n            \"max_qty\": null,\n            \"ticket_text\": \"No Thanks!\",\n            \"description\": \"\",\n            \"category\": \"Extra Cheese?\",\n            \"prep_time_as_only\": 0,\n            \"pick_list_type\": \"modifier\",\n            \"item_name\": \"No Thanks!\",\n            \"unit_price\": 0,\n            \"is_valid\": null,\n            \"pick_list_id\": 1452,\n            \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n            \"start_date\": null,\n            \"ref_name\": \"\",\n            \"menu_id\": 1,\n            \"item_config_id\": 6263,\n            \"default_quantity\": 0,\n            \"end_date\": null,\n            \"auto\": false,\n            \"category_display_hints\": null,\n            \"base_price\": 0,\n            \"free_qty\": 0,\n            \"item_id\": 2710,\n            \"min_qty\": 1,\n            \"parent_order_item_id\": 9699,\n            \"order_item_id\": 9700,\n            \"item_size_id\": null,\n            \"should_show_in_cart\": true,\n            \"display_quantity\": 0,\n            \"item_style_id\": null,\n            \"item_type\": null,\n            \"attributes\": {},\n            \"category_id\": 762,\n            \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n            \"quantity\": 1\n          }\n        ],\n        \"attributes\": {},\n        \"category_id\": 886,\n        \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n        \"quantity\": 1\n        },\n    ]\n}"},"url":"{{baseUrl}}/pos/orders/{{pos_store_id}}/{{pos_order_id}}","description":"<p>When an order is canceled or refunded, the <code>status</code> field will be one of the following:</p>\n<ul>\n<li>is_canceled</li>\n<li>is_refunded</li>\n<li>is_partially_refunded</li>\n<li>is_fully_refunded</li>\n</ul>\n<p>More about refunds:</p>\n<ul>\n<li>An order cannot be both partially refunded and fully refunded. <code>is_partially_refunded</code> and <code>is_fully_refunded</code> can only be set if <code>is_refunded</code> is set.</li>\n<li>The charges object also includes <code>refund_cents</code>, which will be set to <code>0</code> unless the order has been partially or fully refunded.</li>\n<li>If an order has been refunded, <code>refund_reason</code> will be added at the top-level of the order if it was set when the refund occurred.</li>\n</ul>\n","urlObject":{"path":["pos","orders","{{pos_store_id}}","{{pos_order_id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"21695784-1216-4b9b-8a5e-9831d071b20b","name":"Success: Order Updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"pos_store_id\": \"123456\",\n    \"pos_order_id\": \"8572947\",\n    \"order_id\": \"90210\",\n    \"refund_reason\": \"Guest received incorrect items\", \n    \"status\": {\n        \"is_finalized\": true,\n    },\n    \"ready_ts\": \"2023-10-24T18:00:00-0400\"\n    \"service_type_id\": 1,\n    \"service_type\": \"Delivery\",\n    \"customer\": {\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"company_name\": \"\",\n        \"customer_id\": 1234567,\n        \"email\": \"demo@lunchbox.io\",\n    },\n    \"location\": {\n        address1: \"8105 Strickland Rd\",\n        address2: null,\n        address3: null,\n        city: \"Raleigh\",\n        country: \"US\",\n        instructions: \"\",\n        phone: null,\n        province: null,\n        statecode: \"NC\",\n        zipcode: \"27615\"\n    },\n    \"charges\": {\n        \"total_cents\": 0,\n        \"delivery_cents\": 0,\n        \"subtotal_cents\": 0,\n        \"tax_cents\": 0,\n        \"remaining_cents\": 0,\n        \"tip_cents\": 0,\n        \"discount_cents\": 0,\n        \"preauth_cents\": 0,\n        \"refund_cents\": 0,\n        \"other_paid_cents\": 0,\n        \"paid_cents\": 0,\n        \"balance_cents\": 0\n    },\n    \"payments\": [\n        {\n            \"pay_proc_id\": 0,\n            \"display_name\": null,\n            \"card_type_id\": 1,\n            \"cc_type\": \"Visa\",\n            \"cc_account_id\": 250,\n            \"trans_stamp\": \"10/31/2022 13:09\",\n            \"last_four\": \"1111\",\n            \"trans_type\": \"Payment\",\n            \"amount_cents\": 1240,\n            \"cc_name\": \"John Smith\"\n        }\n    ],\n    \"items\": [\n        { \n        \"comment\": \"\",\n        \"weight\": null,\n        \"extended_price\": 1159,\n        \"coupon\": null,\n        \"prep_time_as_incr\": 0,\n        \"max_qty\": null,\n        \"ticket_text\": \"Traditional Thin Crust Cheese Pizza\",\n        \"description\": \"Our famous traditional thin crust pizza in its truest form.\",\n        \"category\": \"Pizza\",\n        \"prep_time_as_only\": 0,\n        \"pick_list_type\": null,\n        \"item_name\": \"Traditional Thin Crust Cheese Pizza\",\n        \"unit_price\": 1159,\n        \"is_valid\": true,\n        \"pick_list_id\": null,\n        \"size\": {\n          \"item_size_id\": 1000000,\n          \"external_id\": \"Small\",\n          \"name\": \"Small\",\n          \"short_name\": null,\n          \"description\": null\n        },\n        \"external_category_id\": \"adebf7aa-326a-4f4d-8ec8-0de54126beef\",\n        \"start_date\": null,\n        \"ref_name\": \"\",\n        \"menu_id\": 1,\n        \"item_config_id\": 6446,\n        \"default_quantity\": 0,\n        \"end_date\": null,\n        \"auto\": false,\n        \"base_price\": 1159,\n        \"free_qty\": 0,\n        \"item_id\": 2910,\n        \"min_qty\": 1,\n        \"parent_order_item_id\": 0,\n        \"order_item_id\": 9699,\n        \"item_size_id\": 1000000,\n        \"should_show_in_cart\": true,\n        \"display_quantity\": 1,\n        \"item_style_id\": null,\n        \"item_type\": null,\n        \"child_items\": [\n          {\n            \"comment\": \"\",\n            \"base_quantity\": 1,\n            \"weight\": null,\n            \"extended_price\": 0,\n            \"coupon\": null,\n            \"prep_time_as_incr\": 0,\n            \"max_qty\": null,\n            \"ticket_text\": \"No Thanks!\",\n            \"description\": \"\",\n            \"category\": \"Extra Cheese?\",\n            \"prep_time_as_only\": 0,\n            \"pick_list_type\": \"modifier\",\n            \"item_name\": \"No Thanks!\",\n            \"unit_price\": 0,\n            \"is_valid\": null,\n            \"pick_list_id\": 1452,\n            \"external_category_id\": \"5fb2aa56-baad-46a3-b5b7-8c2dbc56b100\",\n            \"start_date\": null,\n            \"ref_name\": \"\",\n            \"menu_id\": 1,\n            \"item_config_id\": 6263,\n            \"default_quantity\": 0,\n            \"end_date\": null,\n            \"auto\": false,\n            \"category_display_hints\": null,\n            \"base_price\": 0,\n            \"free_qty\": 0,\n            \"item_id\": 2710,\n            \"min_qty\": 1,\n            \"parent_order_item_id\": 9699,\n            \"order_item_id\": 9700,\n            \"item_size_id\": null,\n            \"should_show_in_cart\": true,\n            \"display_quantity\": 0,\n            \"item_style_id\": null,\n            \"item_type\": null,\n            \"attributes\": {},\n            \"category_id\": 762,\n            \"external_id\": \"27c2f683-5c00-4845-a4cd-d08354bda108\",\n            \"quantity\": 1\n          }\n        ],\n        \"attributes\": {},\n        \"category_id\": 886,\n        \"external_id\": \"29f683c9-9b39-4d18-919a-32cb1027e3e1 fe76daf9-755c-4f97-9a65-12218b4b885f 70c91e5c-a6f6-4e91-8904-5a3dbd6eabf1\",\n        \"quantity\": 1\n        },\n    ]\n}"},"url":{"raw":"https://demo.novadine.com/api/v2/pos/orders/{{pos_store_id}}/{{pos_order_id}}","protocol":"https","host":["demo","novadine","com"],"path":["api","v2","pos","orders","{{pos_store_id}}","{{pos_order_id}}"],"query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"pos_store_id\": \"123456\"\n    \"pos_order_id\": \"101112131415\",\n    \"status\": {\n        \"is_completed\": true\n    }\n}"}],"_postman_id":"f462cdd4-c2ec-456f-b0ba-258843ad2f3f"},{"name":"Order Updated Webhook","id":"45174575-e555-46f0-9dca-37eca28a465a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{lunchbox_webhook_url}}","description":"<p>The POS Provider triggers this webhook to notify Lunchbox that an order has been updated from the POS provider's side. If a POS Provider does not provide status updates, the <code>status</code> can be excluded. If a POS Provider does provide status updates, acceptable statuses are:</p>\n<ul>\n<li><p><code>is_completed</code></p>\n</li>\n<li><p><code>is_canceled</code></p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>event__type</td>\n<td>(required) For the order updated webhook, this value will always be <code>order_update</code></td>\n</tr>\n<tr>\n<td>pos_store_id</td>\n<td>(required) The POS Provider's unique identifier for a store</td>\n</tr>\n<tr>\n<td>pos_order_id</td>\n<td>(required) The POS Provider's unique identifier for a given order</td>\n</tr>\n<tr>\n<td>status</td>\n<td>(optional) If the status has been updated, <code>is_completed</code> or <code>is_canceled</code> will be set to true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{lunchbox_webhook_url}}"],"query":[],"variable":[]}},"response":[{"id":"33ecbf47-df14-4a30-916e-19b944348e3a","name":"Order Update without Status","originalRequest":{"method":"POST","header":[],"url":"{{lunchbox_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_type\": \"order_update\",\n    \"pos_store_id\": \"POS Store ABC\",\n    \"pos_order_id\": \"123456789\"\n}"},{"id":"f200bba6-b4cb-4738-92d1-e55d6a5dd95d","name":"Order Update: Completed","originalRequest":{"method":"POST","header":[],"url":"{{lunchbox_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_type\": \"order_update\",\n    \"pos_store_id\": \"POS Store ABC\",\n    \"pos_order_id\": \"123456789\"\n    \"status\": {\n        \"is_completed\": true\n    }\n}\n"},{"id":"624f1528-ce8c-4d98-81e4-df4c89e415f5","name":"Order Update: Canceled","originalRequest":{"method":"POST","header":[],"url":"{{lunchbox_webhook_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 18:14:42 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2159"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_type\": \"order_update\",\n    \"pos_store_id\": \"POS Store ABC\",\n    \"pos_order_id\": \"123456789\"\n    \"status\": {\n        \"is_canceled\": true\n    }\n}\n"}],"_postman_id":"45174575-e555-46f0-9dca-37eca28a465a"}],"id":"b5aaaeeb-5546-4eca-98b4-1440027c9794","_postman_id":"b5aaaeeb-5546-4eca-98b4-1440027c9794","description":""},{"name":"In-Store Loyalty (In Development)","item":[{"name":"Loyalty Member Lookup (In Development)","id":"3fb628a6-89a7-49d4-9c0c-67b6ebff494b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"loyalty_event_type\": \"LOYALTY_USER_LOOKUP\",\n    \"search_information\": {\n        \"email\": \"\",\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"phone\": \"\",\n        \"loyalty_id\": \"abcdefg\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{chain_name}.lunchbox.io/api/v2/incoming/{service_id}","urlObject":{"protocol":"https","path":["api","v2","incoming","{service_id}"],"host":["{chain_name}","lunchbox","io"],"query":[],"variable":[]}},"response":[{"id":"e4b363ae-946a-4969-a55f-5677a8afce16","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"loyalty_event_type\": \"LOYALTY_USER_LOOKUP\",\n    \"search_information\": {\n        \"email\": \"\",\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"phone\": \"\",\n        \"loyalty_id\": \"abcdefg\"\n    }\n}"},"url":{"raw":"https://{chain_name}.lunchbox.io/api/v2/incoming/{service_id}","protocol":"https","host":["{chain_name}","lunchbox","io"],"path":["api","v2","incoming","{service_id}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n   \"customers\": [\n        {\n            \"email\": \"demo@lunchbox.io\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"User\",\n            \"phone\": \"2125551111\",\n            \"customer_id\": 1234567,\n            \"loyalty_id\": \"abcdefg\"\n        }\n   ]\n}"}],"_postman_id":"3fb628a6-89a7-49d4-9c0c-67b6ebff494b"},{"name":"Order Loyalty Query (In Development)","id":"1d75e68e-8ef9-46d4-8684-0b3f8e762b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"loyalty_event_type\": \"LOYALTY_QUERY\",\n    \"order\": {\n        \"pos_store_id\": \"\",\n        \"pos_order_id\": \"\",\n        \"validate_only\": true,\n        \"ready_ts\": \"\",\n        \"customer\": {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"phone\": \"\",\n            \"company_name\": \"\",\n            \"customer_id\": 1234567,\n            \"loyalty_id\": \"abcdefg\",\n            \"email\": \"demo@lunchbox.io\"\n        },\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discounts_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"items\": [\n            {\n                \"external_category_id\": \"\",\n                \"comment\": \"\",\n                \"description\": \"Description of item #1\",\n                \"item_name\": \"Name of item #1\",\n                \"external_item_id\": \"12345\",\n                \"quantity\": 1,\n                \"base_price\": 1159,\n                \"child_items\": []\n            },\n            {\n                \"external_category_id\": \"\",\n                \"comment\": \"\",\n                \"description\": \"Description of item #2\",\n                \"item_name\": \"Name of item #2\",\n                \"external_item_id\": \"23456\",\n                \"quantity\": 1,\n                \"base_price\": 700,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"ticket_text\": \"No Thanks!\",\n                        \"description\": \" No Thanks!\",\n                        \"external_category_id\": \" \",\n                        \"base_price\": 0,\n                        \"external_item_id\": \" \",\n                        \"quantity\": 1\n                    }\n                ]\n            }\n        ]\n    }\n    \"applied_redemptions\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://{chain_name}.lunchbox.io/api/v2/incoming/{service_id}","urlObject":{"protocol":"https","path":["api","v2","incoming","{service_id}"],"host":["{chain_name}","lunchbox","io"],"query":[],"variable":[]}},"response":[{"id":"1ae80492-4689-48f8-be88-3b55d56434bf","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"loyalty_event_type\": \"LOYALTY_QUERY\",\n    \"order\": {\n        \"pos_store_id\": \"\",\n        \"pos_order_id\": \"\",\n        \"validate_only\": true,\n        \"ready_ts\": \"\",\n        \"customer\": {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"phone\": \"\",\n            \"company_name\": \"\",\n            \"customer_id\": 1234567,\n            \"loyalty_id\": \"abcdefg\",\n            \"email\": \"demo@lunchbox.io\"\n        },\n        \"charges\": {\n            \"total_cents\": 0,\n            \"delivery_cents\": 0,\n            \"subtotal_cents\": 0,\n            \"tax_cents\": 0,\n            \"remaining_cents\": 0,\n            \"tip_cents\": 0,\n            \"discounts_cents\": 0,\n            \"preauth_cents\": 0,\n            \"other_paid_cents\": 0,\n            \"paid_cents\": 0,\n            \"balance_cents\": 0\n        },\n        \"items\": [\n            {\n                \"external_category_id\": \"\",\n                \"comment\": \"\",\n                \"description\": \"Description of item #1\",\n                \"item_name\": \"Name of item #1\",\n                \"external_item_id\": \"12345\",\n                \"quantity\": 1,\n                \"base_price\": 1159,\n                \"child_items\": []\n            },\n            {\n                \"external_category_id\": \"\",\n                \"comment\": \"\",\n                \"description\": \"Description of item #2\",\n                \"item_name\": \"Name of item #2\",\n                \"external_item_id\": \"23456\",\n                \"quantity\": 1,\n                \"base_price\": 700,\n                \"child_items\": [\n                    {\n                        \"comment\": \"\",\n                        \"ticket_text\": \"No Thanks!\",\n                        \"description\": \" No Thanks!\",\n                        \"external_category_id\": \" \",\n                        \"base_price\": 0,\n                        \"external_item_id\": \" \",\n                        \"quantity\": 1\n                    }\n                ]\n            }\n        ]\n    }\n    \"applied_redemptions\": []\n}"},"url":{"raw":"https://{chain_name}.lunchbox.io/api/v2/incoming/{service_id}","protocol":"https","host":["{chain_name}","lunchbox","io"],"path":["api","v2","incoming","{service_id}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Feb 2023 16:03:26 GMT"},{"key":"Server","value":"Zope/(2.13.26, python 2.7.9, linux2) ZServer/1.1"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST, PUT, DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 pgtest.novadine.com"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=1000"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n   \"customer_info\": {\n        \"email\": \"demo@lunchbox.io\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"User\",\n        \"phone\": \"2125551111\",\n        \"customer_id\": 1234567,\n        \"loyalty_id\": \"abcdefg\",\n        \"points_balance\": 123\n   },\n   \"offers\": [\n    {\n        \"discount_identifier\": \"lb-credit\",\n        \"name\": \"Discount Name\",\n        \"applicable\": true,\n        \"discount_type\": \"CHECK\",\n        \"applicable_items\": [],\n        \"amount\": 1000,\n        \"quantity\": 1\n    },\n    {\n        \"discount_identifier\": \"lb-item_reward\",\n        \"name\": \"Discount #2 Name\",\n        \"applicable\": true,\n        \"discount_type\": \"ITEM\",\n        \"applicable_items\": [\n            {\n                \"item_id\": \"84632950\",\n                \"amount\": 899,\n                \"discount_identifier\": \"lb-item_reward\"\n            }\n        ],\n        \"amount\": 899,\n        \"quantity\": 1\n    }\n   ]\n   \"applied_redemptions\": []\n}"}],"_postman_id":"1d75e68e-8ef9-46d4-8684-0b3f8e762b53"}],"id":"68914c0f-5d20-4a71-a3d8-2d9554217eec","_postman_id":"68914c0f-5d20-4a71-a3d8-2d9554217eec","description":""}],"id":"6434ebb7-9924-4129-ad5d-f61c270d2a5d","_postman_id":"6434ebb7-9924-4129-ad5d-f61c270d2a5d","description":""}],"event":[{"listen":"prerequest","script":{"id":"54dec0ad-16a2-46c2-aecc-b861015d9f70","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd5c3cb9-2d4b-46fb-b6c0-be81c9a4b277","type":"text/javascript","exec":[""]}}]}